SSH Login With No Password

From linux server (10.10.1.1) to linux server (10.10.1.2):

Login 10.10.1.1 with root username
ssh-keygen -t dsa
ssh-copy-id -i ~/.ssh/id_dsa.pub root@10.10.1.2
or if different port,
ssh-copy-id -i ~/.ssh/id_dsa.pub “root@10.10.1.2 -p 2222″
insert root password when prompted.
then you will be able to login server 10.10.1.2 from 10.10.1.1 with no password.

From putty client to linux server:

Working Progress

This entry was posted in node. Bookmark the permalink.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>