(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
how to push / upload a public key to a remote server
This could be automated in a script. Example:
cat .ssh/id_rsa.pub | ssh username@_remote_hostname 'cat >> .ssh/authorized_keys'