Steps to ssh login into remote server without entering password. ssh-keygen creates the public and private keys. ssh-copy-id copies the local-host’s public key to the remote-host’s authorized_keys file. ssh-copy-id also assigns proper permission to the remote-host’s home, ~/.ssh, and ~/.ssh/authorized_keys. 1) Create public and private keys using ssh-keygen thangaraj@thangaraj-Insp:~$ ssh-keygen -t dsa Generating public/private dsa …
Tag: ssh without password
Permanent link to this article: https://blog.openshell.in/2013/01/ssh-login-without-password/