Linux Basic tutorial linux password-free SSH login settings

Source: Internet
Author: User
Tags free ssh

Overview

In some common devices ssh, SCP, do not enter the password can save a lot of time.

Generate key

See if there is a local key, if there is, do not generate, otherwise it will affect the previous device.

Copy the code code as follows :(brother even Linux training www.lampbrother.net)

  LS ~/.ssh/id_rsa.pub

Do not use Ssh-key-gen to create public keys and keys on localhost

Copy the code code as follows :

  SSH-KEYGEN-T RSA

Return

Copy the public key to the remote host

Copy the code code as follows :

  Ssh-copy-id-i~/.ssh/id_rsa.pub <a href= "http://www.php1.cn/" >

Log in directly to the remote host

Copy the code code as follows :

  SSH 192.168.0.3

Log in directly without a password.

ssh native from 192.168.0.3 still need the password, follow the above steps on the 192.168.0.3 operation, can also omit the password.



Linux Basic tutorial linux password-free SSH login settings

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.