mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-13 23:51:17 +01:00
5 lines
152 B
Text
5 lines
152 B
Text
# To copy a key to a remote host:
|
|
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
|