summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
Diffstat (limited to 'ssh-keygen.1')
-rw-r--r--ssh-keygen.112
1 files changed, 4 insertions, 8 deletions
diff --git a/ssh-keygen.1 b/ssh-keygen.1
index 3ae596caa..836174fb6 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -202,9 +202,7 @@ key in
202.Pa ~/.ssh/id_ed25519_sk 202.Pa ~/.ssh/id_ed25519_sk
203or 203or
204.Pa ~/.ssh/id_rsa . 204.Pa ~/.ssh/id_rsa .
205Additionally, the system administrator may use this to generate host keys, 205Additionally, the system administrator may use this to generate host keys.
206as seen in
207.Pa /etc/rc .
208.Pp 206.Pp
209Normally this program generates the key and asks for a file in which 207Normally this program generates the key and asks for a file in which
210to store the private key. 208to store the private key.
@@ -269,9 +267,7 @@ If
269.Fl f 267.Fl f
270has also been specified, its argument is used as a prefix to the 268has also been specified, its argument is used as a prefix to the
271default path for the resulting host key files. 269default path for the resulting host key files.
272This is used by 270This is used by system administration scripts to generate new host keys.
273.Pa /etc/rc
274to generate new host keys.
275.It Fl a Ar rounds 271.It Fl a Ar rounds
276When saving a private key, this option specifies the number of KDF 272When saving a private key, this option specifies the number of KDF
277(key derivation function) rounds used. 273(key derivation function) rounds used.
@@ -804,7 +800,7 @@ option.
804Valid generator values are 2, 3, and 5. 800Valid generator values are 2, 3, and 5.
805.Pp 801.Pp
806Screened DH groups may be installed in 802Screened DH groups may be installed in
807.Pa /etc/moduli . 803.Pa /etc/ssh/moduli .
808It is important that this file contains moduli of a range of bit lengths and 804It is important that this file contains moduli of a range of bit lengths and
809that both ends of a connection share common moduli. 805that both ends of a connection share common moduli.
810.Pp 806.Pp
@@ -1185,7 +1181,7 @@ on all machines
1185where the user wishes to log in using public key authentication. 1181where the user wishes to log in using public key authentication.
1186There is no need to keep the contents of this file secret. 1182There is no need to keep the contents of this file secret.
1187.Pp 1183.Pp
1188.It Pa /etc/moduli 1184.It Pa /etc/ssh/moduli
1189Contains Diffie-Hellman groups used for DH-GEX. 1185Contains Diffie-Hellman groups used for DH-GEX.
1190The file format is described in 1186The file format is described in
1191.Xr moduli 5 . 1187.Xr moduli 5 .