/ Published in: Bash
Expand |
Embed | Plain Text
cat ~/.ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
You need to login to post a comment.
krunkosaurus on 06/16/09
1 person have marked this snippet as a favorite
cat ~/.ssh/id_rsa.pub | ssh b@B 'cat >> .ssh/authorized_keys'
You need to login to post a comment.