The following command can be used to simplify the distribution of Public Keys for SSH.
cat .ssh/id_dsa.pub | ssh <user>@<host> "cat >> .ssh/authorized_keys"
The command:
Couple of notes:
[ back to top ]