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>2019-10-09 23:07:49 +0100
commit8fb8f70b0534897791c61f2757e97bd13385944e (patch)
treec1e6f982152cb0b9cfeaa7a4455bc13ec1f6948c /ssh-keygen.1
parent7febe5a4b6bcb94d887ac1fe22e8a1742ffb609f (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 957d2f0f0..143a2349f 100644
--- a/ssh-keygen.1
+++ b/ssh-keygen.1
@@ -191,9 +191,7 @@ key in
191.Pa ~/.ssh/id_ed25519 191.Pa ~/.ssh/id_ed25519
192or 192or
193.Pa ~/.ssh/id_rsa . 193.Pa ~/.ssh/id_rsa .
194Additionally, the system administrator may use this to generate host keys, 194Additionally, the system administrator may use this to generate host keys.
195as seen in
196.Pa /etc/rc .
197.Pp 195.Pp
198Normally this program generates the key and asks for a file in which 196Normally this program generates the key and asks for a file in which
199to store the private key. 197to store the private key.
@@ -256,9 +254,7 @@ If
256.Fl f 254.Fl f
257has also been specified, its argument is used as a prefix to the 255has also been specified, its argument is used as a prefix to the
258default path for the resulting host key files. 256default path for the resulting host key files.
259This is used by 257This is used by system administration scripts to generate new host keys.
260.Pa /etc/rc
261to generate new host keys.
262.It Fl a Ar rounds 258.It Fl a Ar rounds
263When saving a private key, this option specifies the number of KDF 259When saving a private key, this option specifies the number of KDF
264(key derivation function) rounds used. 260(key derivation function) rounds used.
@@ -798,7 +794,7 @@ option.
798Valid generator values are 2, 3, and 5. 794Valid generator values are 2, 3, and 5.
799.Pp 795.Pp
800Screened DH groups may be installed in 796Screened DH groups may be installed in
801.Pa /etc/moduli . 797.Pa /etc/ssh/moduli .
802It is important that this file contains moduli of a range of bit lengths and 798It is important that this file contains moduli of a range of bit lengths and
803that both ends of a connection share common moduli. 799that both ends of a connection share common moduli.
804.Sh CERTIFICATES 800.Sh CERTIFICATES
@@ -1049,7 +1045,7 @@ on all machines
1049where the user wishes to log in using public key authentication. 1045where the user wishes to log in using public key authentication.
1050There is no need to keep the contents of this file secret. 1046There is no need to keep the contents of this file secret.
1051.Pp 1047.Pp
1052.It Pa /etc/moduli 1048.It Pa /etc/ssh/moduli
1053Contains Diffie-Hellman groups used for DH-GEX. 1049Contains Diffie-Hellman groups used for DH-GEX.
1054The file format is described in 1050The file format is described in
1055.Xr moduli 5 . 1051.Xr moduli 5 .