summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.113
1 files changed, 5 insertions, 8 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 0d55854e9..753cc625b 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -171,9 +171,7 @@ key in
171.Pa ~/.ssh/id_dsa 171.Pa ~/.ssh/id_dsa
172or 172or
173.Pa ~/.ssh/id_rsa . 173.Pa ~/.ssh/id_rsa .
174Additionally, the system administrator may use this to generate host keys, 174Additionally, the system administrator may use this to generate host keys.
175as seen in
176.Pa /etc/rc .
177.Pp 175.Pp
178Normally this program generates the key and asks for a file in which 176Normally this program generates the key and asks for a file in which
179to store the private key. 177to store the private key.
@@ -219,9 +217,7 @@ The options are as follows:
219For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys 217For each of the key types (rsa1, rsa, dsa and ecdsa) for which host keys
220do not exist, generate the host keys with the default key file path, 218do not exist, generate the host keys with the default key file path,
221an empty passphrase, default bits for the key type, and default comment. 219an empty passphrase, default bits for the key type, and default comment.
222This is used by 220This is used by system administration scripts to generate new host keys.
223.Pa /etc/rc
224to generate new host keys.
225.It Fl a Ar trials 221.It Fl a Ar trials
226Specifies the number of primality tests to perform when screening DH-GEX 222Specifies the number of primality tests to perform when screening DH-GEX
227candidates using the 223candidates using the
@@ -605,7 +601,7 @@ option.
605Valid generator values are 2, 3, and 5. 601Valid generator values are 2, 3, and 5.
606.Pp 602.Pp
607Screened DH groups may be installed in 603Screened DH groups may be installed in
608.Pa /etc/moduli . 604.Pa /etc/ssh/moduli .
609It is important that this file contains moduli of a range of bit lengths and 605It is important that this file contains moduli of a range of bit lengths and
610that both ends of a connection share common moduli. 606that both ends of a connection share common moduli.
611.Sh CERTIFICATES 607.Sh CERTIFICATES
@@ -800,7 +796,7 @@ on all machines
800where the user wishes to log in using public key authentication. 796where the user wishes to log in using public key authentication.
801There is no need to keep the contents of this file secret. 797There is no need to keep the contents of this file secret.
802.Pp 798.Pp
803.It Pa /etc/moduli 799.It Pa /etc/ssh/moduli
804Contains Diffie-Hellman groups used for DH-GEX. 800Contains Diffie-Hellman groups used for DH-GEX.
805The file format is described in 801The file format is described in
806.Xr moduli 5 . 802.Xr moduli 5 .
@@ -809,6 +805,7 @@ The file format is described in
809.Xr ssh 1 , 805.Xr ssh 1 ,
810.Xr ssh-add 1 , 806.Xr ssh-add 1 ,
811.Xr ssh-agent 1 , 807.Xr ssh-agent 1 ,
808.Xr ssh-vulnkey 1 ,
812.Xr moduli 5 , 809.Xr moduli 5 ,
813.Xr sshd 8 810.Xr sshd 8
814.Rs 811.Rs