mirror of
https://github.com/cheat/cheat.git
synced 2025-07-07 22:31:57 +02:00
remove ssh-copy-id
This commit is contained in:
@ -3,9 +3,3 @@ ssh-keygen -t rsa
|
|||||||
|
|
||||||
# To generate a 4096-bit SSH key:
|
# To generate a 4096-bit SSH key:
|
||||||
ssh-keygen -t rsa -b 4096
|
ssh-keygen -t rsa -b 4096
|
||||||
|
|
||||||
# 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
|
|
||||||
|
Reference in New Issue
Block a user