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