Send SSH Keys

Use this command to send your public ssh key to a remote server in one line

cat ~/.ssh/id_dsa.pub | ssh someguy@somesite.com "cat - >> ~/.ssh/authorized_keys"