Table 4 SSH_KEYGEN Command Options
|
Options |
Description |
-b key-number
|
Number of the key, in bits. The default is
2048.
|
-t key-algorithm
|
Specifies the algorithm used to generate the
keys. Specify either DSA or RSA.
|
-c comment-string
|
Specifies the key's comment string.
|
-e file
|
Edits the comment/passphrase of the key.
|
-p passphrase
|
Specifies the passphrase used to protect the
key.
|
-P
|
Specifies that the key will be saved with an
empty passphrase.
|
-h | -?
|
Displays a short summary of SSH_KEYGEN options.
|
-q
|
Hides the progress indicator.
|
-D file
|
Derives the public key from the private key
file.
|
-1
|
Converts an SSH1 key.
|
- i file
|
Loads and displays information on a file.
|
-B number
|
The number base for displaying key information.
The default is 10.
|
-V
|
Displays the version string and exits.
|
-r file
|
Randomizes data from a file to a random pool.
|
-F file
|
Dumps the fingerprint (a unique identifier)
of the key file.
|