August 2017
Beginner to intermediate
284 pages
6h 51m
English
The following are the steps for setting up a passwordless SSH:
$ ssh-keygen -t rsa -P ''
Generating public/private rsa key pair.
Enter file in which to save the key (/home/anand/.ssh/id_rsa):
Your identification has been saved in /home/anand/.ssh/id_rsa.
Your public key has been saved in /home/anand/.ssh/id_rsa.pub.
The key fingerprint is:
b7:06:2d:76:ed:df:f9:1d:7e:5f:ed:88:93:54:0f:24 anand@localhost.localdomain
The key's randomart image is:
+--[ RSA 2048]----+
| |
| E . |
| o |
| . . o |
| S + .. o |
| . = o. o|
| o... .o|
| . oo.+*|
| ..ooX|
+-----------------+
Read now
Unlock full access