summaryrefslogtreecommitdiff
path: root/ssh-keygen.1
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:09 +0000
committerColin Watson <cjwatson@debian.org>2018-10-20 22:54:09 +0100
commit96c85e746d4f94c7d2748a200e5817ad8a987918 (patch)
treead67e2e0a50b3b9c0b84330062d4dafbc6b35931 /ssh-keygen.1
parent67a6cbb29f77920718884e783238f4a00fe64001 (diff)
Adjust various OpenBSD-specific references in manual pages
No single bug reference for this patch, but history includes: http://bugs.debian.org/154434 (login.conf(5)) http://bugs.debian.org/513417 (/etc/rc) http://bugs.debian.org/530692 (ssl(8)) https://bugs.launchpad.net/bugs/456660 (ssl(8)) Forwarded: not-needed Last-Update: 2017-10-04 Patch-Name: openbsd-docs.patch
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 bfa2eb5f3..da6b5ed76 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -176,9 +176,7 @@ key in
176.Pa ~/.ssh/id_ed25519 176.Pa ~/.ssh/id_ed25519
177or 177or
178.Pa ~/.ssh/id_rsa . 178.Pa ~/.ssh/id_rsa .
179Additionally, the system administrator may use this to generate host keys, 179Additionally, the system administrator may use this to generate host keys.
180as seen in
181.Pa /etc/rc .
182.Pp 180.Pp
183Normally this program generates the key and asks for a file in which 181Normally this program generates the key and asks for a file in which
184to store the private key. 182to store the private key.
@@ -229,9 +227,7 @@ If
229.Fl f 227.Fl f
230has also been specified, its argument is used as a prefix to the 228has also been specified, its argument is used as a prefix to the
231default path for the resulting host key files. 229default path for the resulting host key files.
232This is used by 230This is used by system administration scripts to generate new host keys.
233.Pa /etc/rc
234to generate new host keys.
235.It Fl a Ar rounds 231.It Fl a Ar rounds
236When saving a private key this option specifies the number of KDF 232When saving a private key this option specifies the number of KDF
237(key derivation function) rounds used. 233(key derivation function) rounds used.
@@ -677,7 +673,7 @@ option.
677Valid generator values are 2, 3, and 5. 673Valid generator values are 2, 3, and 5.
678.Pp 674.Pp
679Screened DH groups may be installed in 675Screened DH groups may be installed in
680.Pa /etc/moduli . 676.Pa /etc/ssh/moduli .
681It is important that this file contains moduli of a range of bit lengths and 677It is important that this file contains moduli of a range of bit lengths and
682that both ends of a connection share common moduli. 678that both ends of a connection share common moduli.
683.Sh CERTIFICATES 679.Sh CERTIFICATES
@@ -877,7 +873,7 @@ on all machines
877where the user wishes to log in using public key authentication. 873where the user wishes to log in using public key authentication.
878There is no need to keep the contents of this file secret. 874There is no need to keep the contents of this file secret.
879.Pp 875.Pp
880.It Pa /etc/moduli 876.It Pa /etc/ssh/moduli
881Contains Diffie-Hellman groups used for DH-GEX. 877Contains Diffie-Hellman groups used for DH-GEX.
882The file format is described in 878The file format is described in
883.Xr moduli 5 . 879.Xr moduli 5 .