SSH Password-free login under Linux

Source: Internet
Author: User

Suppose there are two hosts, A and B:

To achieve the effect:
A host SSH login B host does not need to enter a password;
Encryption mode RSA|DSA can be selected, the default RSA

Practice:
1. Login a Host
2, Ssh-keygen-t [RSA|DSA], will generate the private key file and public key file Id_rsa,id_rsa.pub or id_dsa,id_dsa.pub
3. Copy the. pub file to the. SSH directory of Host B, and cat id_rsa.pub >> ~/.ssh/authorized_keys
4, test: From a host login B host of the target account, no longer require a password;

Copyright NOTICE: This article for Bo Master original article, without Bo Master permission not reproduced.

SSH Password-free login under Linux

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.