Linux Settings remote password-free login

Source: Internet
Author: User

1. Generate a public/private key pair

[[email protected] ~]# ssh-keygen-t rsa-p '

-P for the password,-p ' means the empty password, you can not use the-p parameter, so that three cars to enter, with-P on a return.
The command will generate a hidden file directory under the user/root/directory. SSH, using ls-a to view,/root/.ssh command holds a pair of keys Id_rsa and id_rsa.pub

2. Create the authorized_keys file and copy the Id_rsa.pub content into the file

[[email protected] ~]#  touch authorized_keys[[email protected] ~]#  cat/root/.ssh/id_rsa.pub >> Authorized_keys[[email protected] ~]#  chmod authorized_keys

 Authorized_keys the LEAST privilege if!!!

3. Modify the sshd configuration file/etc/ssh/sshd.conf, uncomment

#RSAAuthentication yes#pubkeyauthentication yes#authorizedkeysfile      . Ssh/authorized_keys

4. Restart sshd

[[email protected] ~]#  service sshd restart

5. Telnet with Id_rsa

Linux Settings remote password-free login

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.