Tuesday, March 19, 2013

SSH login with no password

I'm putting this here as I spend time looking for it regularly.


This is the important line:

cat .ssh/id_rsa.pub | ssh user@remote_host 'cat >> .ssh/authorized_keys'



Full article here
http://www.linuxproblem.org/art_9.html