sshpasswordless

SSH PASSWORD LESS

  1. ssh-keygen -q -t dsa -N '' -f ~/.ssh/id_dsa

  2. ssh-copy-id user@remote.example.com

Be careful of course that the home on the remote machine is mounted : If it is not the case type on the remote machine

 

 

See for more ssh stuff on this page

http://www.thegeekstuff.com/2008/11/3-steps-to-perform-ssh-login-without-password-using-ssh-keygen-ssh-copy-id/