mirror of
https://github.com/cheat/cheat.git
synced 2025-09-02 18:18:30 +02:00
Package with distutils
Created cheatsheets package to store the default sheets.
This commit is contained in:
11
cheatsheets/ssh-keygen
Normal file
11
cheatsheets/ssh-keygen
Normal file
@ -0,0 +1,11 @@
|
||||
To generate an SSH key:
|
||||
ssh-keygen -t rsa
|
||||
|
||||
To generate a 4096-bit SSH key:
|
||||
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