Set Putty for automatic remote login on CentOS Server

Source: Internet
Author: User
Tags centos server password protection

Set Putty for automatic remote login on CentOS Server

1. Generate the public key and key

Verdana @ hostname :~ $ Ssh-keygen-t rsa

Generating public/private rsa key pair.

Enter file in which to save the key (/home/verdana/. ssh/id_rsa ):

Enter passphrase (empty for no passphrase ):

Enter same passphrase again:

Your identification has been saved in/home/verdana/. ssh/id_rsa.

Your public key has been saved in/home/verdana/. ssh/id_rsa.pub.

The key fingerprint is:

51: 51: da: 44: 28: b5: 83: de: d2: 1e: 60: 4f: 81: c9: f1: 1a verdana@hostname.com

Note: Leave passphrase empty.

2. Change the public key to authorized_keys.

Verdana @ hostname :~ /. Ssh $ mv id_rsa.pub authorized_keys

3. Download the private key and convert it to a recognizable format of Putty.

Putty cannot identify the private key generated by the Linux host, so you need to use puttygen.exe to convert it.

A) use FTP software or other methods to copy the generated id_rsa key to the client host. Here, my client is the Vista system.

B) Open puttygen.exe and click convert> Import key> Save key (for example, id_rsa.ppk) on the menu. The key is converted completely. No password protection is set here.

4. Set Putty

Open Putty

A) session, Host Name: yourname @ yourhost, yourname is your Linux host login name, yourhost is an IP address or remote host domain name

B) connection-> SSH-> Authentication-> browse, select the converted key (id_rsa.ppk), and save the session.

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.