Append private key from client to public key on host
You can append the contents of your private key to the public key on a server, with one command by doing the following:
cat ~/.ssh/id_rsa.pub | ssh serveruser@hostname.com 'cat >> ~/.ssh/authorized_keys'