Passwordless SSH

On local computer run:

cd ~/.ssh 
ssh-keygen -f <rsa_filename>
ssh-copy-id -i ~/.ssh/<rsa_filename>.pub user@host
 
where <rsa_filename> is the name of the file which will store the key. 


Comments

Popular posts from this blog