SSHの公開鍵をsshコマンドでサーバー上のauthorized_keysに追加

メモ

cat .ssh/id_rsa.pub | ssh user@host 'cat - >> .ssh/authorized_keys'