- PEM
- PKCS8
SSH keygen
$ ssh-keygen -t rsa -b 4096 -C "[[email protected]](/cdn-cgi/l/email-protection)"
- | - | - |
---|---|---|
-t |
Type of key | |
-b |
The number of bits in the key | |
-C |
Provides a new comment | |
Generate an RSA 4096 bit key with email as a comment |
Comments