Merge pull request #44 from maggick/patch-1

To copy a key to a remote host on a non-standard port with non-standard ...
This commit is contained in:
Chris Lane 2013-09-01 10:36:55 -07:00
commit f4be23d407
1 changed files with 3 additions and 0 deletions

View File

@ -3,3 +3,6 @@ ssh-copy-id username@host
# To copy a key to a remote host on a non-standard port:
ssh-copy-id username@host -p 2222
# To copy a key to a remote host on a non-standard port with non-standard ssh key:
ssh-copy-id ~/.ssh/otherkey "username@host -p 2222"