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

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 … Continue reading How to login in a remote server using SSH and no password?