1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-21 20:25:06 +01:00
cheat/cheatsheets/ssh-copy-id
2013-08-22 11:34:11 +10:00

6 lines
152 B
Plaintext

# 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