|
|
| Send your SSH Public Key to each host you use |
|
|
|
| Written by Bart Dorlandt |
| Tuesday, 12 January 2010 14:52 |
if you do not already have a key pairssh-keygen -t dsa send your public key to each host you ssh into cat ~/.ssh/id_dsa.pub | ssh you@host 'cat - >> ~/.ssh/authorized_keys2'
ssh-copy-id But even more sweet, but not available on every machine is: ssh-copy-id -i ~/.ssh/id_dsa.pub [user]@[host] |
| Related items: |
|---|
|


