CentOS to quickly set up ssh login without a password

Source: Internet
Author: User

First, make sure you can ping

Run the following command,

Master login slave

Run the following command on the master:

2.4 check the local sshd configuration file (root)

 

$ Vi/etc/ssh/sshd_config

Find the following content and remove the annotator "#"

RSAAuthenticationyes

 

PubkeyAuthenticationyes

 

AuthorizedKeysFile. ssh/authorized_keys

 


2.5 If the configuration file is modified, restart the sshd service (root)


$ Vi/sbin/service sshd restart

 

If not modified, skip the preceding steps,

Continue below

2.7 create a public/private key for a certificate


$ Ssh-keygen-t dsa-p'-f ~ /. Ssh/id_dsa

$ Cat ~ /. Ssh/id_dsa.pub> ~ /. Ssh/authorized_keys

2.8 test logging on to ssh localhost

$ Ssh localhost

Under normal circumstances, the login is successful, and some successful login information is displayed,

 

Finally:

$ Cat ~ /. Ssh/id_dsa.pub | ssh remote user name @ Remote Server ip 'cat-> ~ /. Ssh/authorized_keys'

 



Related Article

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.