mirror of
https://github.com/cheat/cheat.git
synced 2025-11-05 08:15:27 +01:00
Package with distutils
Created cheatsheets package to store the default sheets.
This commit is contained in:
5
cheatsheets/ssh-copy-id
Normal file
5
cheatsheets/ssh-copy-id
Normal file
@@ -0,0 +1,5 @@
|
||||
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