Using Ssh-keygen, to achieve password-free landing Linux method _linux

Source: Internet
Author: User
Tags ssh

1 Local Create SSH key

Ssh-keygen

2 Copy public key to "landed machine" Enter password,

SCP Id_rsa.pub root@10.35.0.35:~/.ssh/id_rsa.pub

3 SSH to "Landing machine" to the public key into the "Authorized_keys" (if multiple machines need to use RSA key authentication login to this machine, the machine generated by all the public key input to) "Authorized_keys"

Cat Id_rsa.pub >> Authorized_keys

4 so that the implementation of no password login

SSH root@10.35.0.35

The above is a small series for everyone to bring the use of Ssh-keygen, the realization of password-free landing of the Linux method of all content, I hope that we support cloud-Habitat Community ~

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.