mirror of
https://github.com/cheat/cheat.git
synced 2024-11-22 14:01:36 +01:00
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:
commit
f4be23d407
@ -3,3 +3,6 @@ ssh-copy-id username@host
|
|||||||
|
|
||||||
# To copy a key to a remote host on a non-standard port:
|
# To copy a key to a remote host on a non-standard port:
|
||||||
ssh-copy-id username@host -p 2222
|
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"
|
||||||
|
Loading…
Reference in New Issue
Block a user