Pages

How to login in a remote server using SSH and no password ?

Sunday, July 19, 2009 Posted by Shrikant Lokhande
Just use Two commands.
=====================================
ssh-keygen -t rsa
ssh-copy-id -i ~/.ssh/id_rsa.pub root@192.168.0.0
=====================================


Simplest Way for Backup, Samba server, rsync and many more if you use.
Labels:

Post a Comment