Add RSA key remote SSH service authorized keys
#!/bin/sh cat ~/.ssh/id_rsa.pub | (ssh user@host "cat >> ~/.ssh/authorized_keys")