Comment on SSH tricksComments−rbonvall14y > $ cat .ssh/id_dsa.pub | ssh host 'cat >> ~/.ssh/authorized_keys' Using ssh-copy-id is simpler: ssh-copy-id host (Works On My Machine™)−stretchwithme14ydoes not work on mac, but this guy has a script:http://phildawson.tumblr.com/post/484798267/ssh-copy-id-in-m...−pavel_lishin14yHomebrew also has a recipe for it. brew install ssh-copy-id
Comments
does not work on mac, but this guy has a script:
http://phildawson.tumblr.com/post/484798267/ssh-copy-id-in-m...
Homebrew also has a recipe for it.