Friday, October 16, 2015

SSH without password from machine A to machine B (done)

Login on A. Then:
cat ~/.ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'

Reference: http://www.linuxproblem.org/art_9.html

No comments:

Post a Comment