SSH-KEYGEN(1) | General Commands Manual | SSH-KEYGEN(1) |
ssh-keygen
—
ssh-keygen |
[-q ] [-b
bits] [-N
new_passphrase] [-C
comment] |
ssh-keygen |
-p [-P
old_passphrase] [-N
new_passphrase] |
ssh-keygen |
-c [-P
passphrase] [-C
comment] |
ssh-keygen
generates and manages authentication keys for
ssh(1). Normally each user wishing to use SSH with RSA
authentication runs this once to create the authentication key in
$HOME/.ssh/identity. Additionally, the system
administrator may use this to generate host keys.
Normally this program generates the key and asks for a file in
which to store the private key. The public key is stored in a file with the
same name but “.pub” appended. The program also asks for a
passphrase. The passphrase may be empty to indicate no passphrase (host keys
must have empty passphrase), or it may be a string of arbitrary length. Good
passphrases are 10-30 characters long and are not simple sentences or
otherwise easily guessable (English prose has only 1-2 bits of entropy per
word, and provides very bad passphrases). The passphrase can be changed
later by using the -p
option.
There is no way to recover a lost passphrase. If the passphrase is lost or forgotten, you will have to generate a new key and copy the corresponding public key to other machines.
There is also a comment field in the key file that is only for
convenience to the user to help identify the key. The comment can tell what
the key is for, or whatever is useful. The comment is initialized to
“user@host” when the key is created, but can be changed using
the -c
option.
The options are as follows:
-b
bits-c
-p
-q
ssh-keygen
. Used by
/etc/rc when creating a new key.-C
comment-N
new_passphrase-P
passphrasessh-keygen
but it is offered as the
default file for the private key.OpenSSH is a derivative of the original (free) ssh 1.2.12 release, but with bugs removed and newer features re-added. Rapidly after the 1.2.12 release, newer versions bore successively more restrictive licenses. This version of OpenSSH
The libraries described in ssl(8) are required for proper operation.
September 25, 1999 | BSD |