Below are revisions for this snippet.

dropping your ssh key on a remote server one-liner





Syndication

Revision Revison 1
This adds your ssh public key to the authorized_keys on a remote server. The key file in the snippet is called id_dsa.pub, yours may have another name but this is standard for DSA encryption.

To learn more about ssh I heartly recommend this: SSH tips and tricks