copy ssh public key to a remote server
cat ~/.ssh/id_rsa.pub | ssh usert@host "cat >> ~/.ssh/authorized_keys"