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 059c1b034..45866f931 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -197,9 +197,7 @@ key in
197.Pa ~/.ssh/id_ed25519_sk 197.Pa ~/.ssh/id_ed25519_sk
198or 198or
199.Pa ~/.ssh/id_rsa . 199.Pa ~/.ssh/id_rsa .
200Additionally, the system administrator may use this to generate host keys, 200Additionally, the system administrator may use this to generate host keys.
201as seen in
202.Pa /etc/rc .
203.Pp 201.Pp
204Normally this program generates the key and asks for a file in which 202Normally this program generates the key and asks for a file in which
205to store the private key. 203to store the private key.
@@ -262,9 +260,7 @@ If
262.Fl f 260.Fl f
263has also been specified, its argument is used as a prefix to the 261has also been specified, its argument is used as a prefix to the
264default path for the resulting host key files. 262default path for the resulting host key files.
265This is used by 263This is used by system administration scripts to generate new host keys.
266.Pa /etc/rc
267to generate new host keys.
268.It Fl a Ar rounds 264.It Fl a Ar rounds
269When saving a private key, this option specifies the number of KDF 265When saving a private key, this option specifies the number of KDF
270(key derivation function) rounds used. 266(key derivation function) rounds used.
@@ -787,7 +783,7 @@ option.
787Valid generator values are 2, 3, and 5. 783Valid generator values are 2, 3, and 5.
788.Pp 784.Pp
789Screened DH groups may be installed in 785Screened DH groups may be installed in
790.Pa /etc/moduli . 786.Pa /etc/ssh/moduli .
791It is important that this file contains moduli of a range of bit lengths and 787It is important that this file contains moduli of a range of bit lengths and
792that both ends of a connection share common moduli. 788that both ends of a connection share common moduli.
793.Pp 789.Pp
@@ -1158,7 +1154,7 @@ on all machines
1158where the user wishes to log in using public key authentication. 1154where the user wishes to log in using public key authentication.
1159There is no need to keep the contents of this file secret. 1155There is no need to keep the contents of this file secret.
1160.Pp 1156.Pp
1161.It Pa /etc/moduli 1157.It Pa /etc/ssh/moduli
1162Contains Diffie-Hellman groups used for DH-GEX. 1158Contains Diffie-Hellman groups used for DH-GEX.
1163The file format is described in 1159The file format is described in
1164.Xr moduli 5 . 1160.Xr moduli 5 .