How to login in a remote server using SSH and no password ?
Sunday, July 19, 2009
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.
=====================================
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: