mirror of
https://github.com/cheat/cheat.git
synced 2024-11-16 08:58:28 +01:00
5 lines
105 B
Text
5 lines
105 B
Text
# To generate an SSH key:
|
|
ssh-keygen -t rsa
|
|
|
|
# To generate a 4096-bit SSH key:
|
|
ssh-keygen -t rsa -b 4096
|