SSH
From Useful Things
Revision as of 01:41, 4 July 2014 by Milosivanovic (talk | contribs)
Common arguments
-p port number
Upload SSH public key to remote host
cat /root/.ssh/id_rsa.pub | ssh root@remotehost 'cat >> /root/.ssh/authorized_keys'