mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
6 lines
148 B
Text
6 lines
148 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
|