summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2014-02-09 16:10:09 +0000
committerColin Watson <cjwatson@debian.org>2020-06-07 10:25:35 +0100
commit34bf12a8e8fcc7720168dac307ef9388af93b947 (patch)
tree789113029293f9cebb7501e17bc4621429b6fdb2
parenteb51213d1bdc8d80cd7d0578737d8a7bfde992d2 (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
-rw-r--r--moduli.54
-rw-r--r--ssh-keygen.112
-rw-r--r--ssh.14
-rw-r--r--sshd.85
-rw-r--r--sshd_config.53
5 files changed, 13 insertions, 15 deletions
diff --git a/moduli.5 b/moduli.5
index ef0de0850..149846c8c 100644
--- a/moduli.5
+++ b/moduli.5
@@ -21,7 +21,7 @@
21.Nd Diffie-Hellman moduli 21.Nd Diffie-Hellman moduli
22.Sh DESCRIPTION 22.Sh DESCRIPTION
23The 23The
24.Pa /etc/moduli 24.Pa /etc/ssh/moduli
25file contains prime numbers and generators for use by 25file contains prime numbers and generators for use by
26.Xr sshd 8 26.Xr sshd 8
27in the Diffie-Hellman Group Exchange key exchange method. 27in the Diffie-Hellman Group Exchange key exchange method.
@@ -110,7 +110,7 @@ first estimates the size of the modulus required to produce enough
110Diffie-Hellman output to sufficiently key the selected symmetric cipher. 110Diffie-Hellman output to sufficiently key the selected symmetric cipher.
111.Xr sshd 8 111.Xr sshd 8
112then randomly selects a modulus from 112then randomly selects a modulus from
113.Fa /etc/moduli 113.Fa /etc/ssh/moduli
114that best meets the size requirement. 114that best meets the size requirement.
115.Sh SEE ALSO 115.Sh SEE ALSO
116.Xr ssh-keygen 1 , 116.Xr ssh-keygen 1 ,
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 .
diff --git a/ssh.1 b/ssh.1
index a80be8efe..566fdba6b 100644
--- a/ssh.1
+++ b/ssh.1
@@ -890,6 +890,10 @@ implements public key authentication protocol automatically,
890using one of the DSA, ECDSA, Ed25519 or RSA algorithms. 890using one of the DSA, ECDSA, Ed25519 or RSA algorithms.
891The HISTORY section of 891The HISTORY section of
892.Xr ssl 8 892.Xr ssl 8
893(on non-OpenBSD systems, see
894.nh
895http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY)
896.hy
893contains a brief discussion of the DSA and RSA algorithms. 897contains a brief discussion of the DSA and RSA algorithms.
894.Pp 898.Pp
895The file 899The file
diff --git a/sshd.8 b/sshd.8
index 730520231..5ce0ea4fa 100644
--- a/sshd.8
+++ b/sshd.8
@@ -65,7 +65,7 @@ over an insecure network.
65.Nm 65.Nm
66listens for connections from clients. 66listens for connections from clients.
67It is normally started at boot from 67It is normally started at boot from
68.Pa /etc/rc . 68.Pa /etc/init.d/ssh .
69It forks a new 69It forks a new
70daemon for each incoming connection. 70daemon for each incoming connection.
71The forked daemons handle 71The forked daemons handle
@@ -904,7 +904,7 @@ This file is for host-based authentication (see
904.Xr ssh 1 ) . 904.Xr ssh 1 ) .
905It should only be writable by root. 905It should only be writable by root.
906.Pp 906.Pp
907.It Pa /etc/moduli 907.It Pa /etc/ssh/moduli
908Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange" 908Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange"
909key exchange method. 909key exchange method.
910The file format is described in 910The file format is described in
@@ -1002,7 +1002,6 @@ The content of this file is not sensitive; it can be world-readable.
1002.Xr ssh-keyscan 1 , 1002.Xr ssh-keyscan 1 ,
1003.Xr chroot 2 , 1003.Xr chroot 2 ,
1004.Xr hosts_access 5 , 1004.Xr hosts_access 5 ,
1005.Xr login.conf 5 ,
1006.Xr moduli 5 , 1005.Xr moduli 5 ,
1007.Xr sshd_config 5 , 1006.Xr sshd_config 5 ,
1008.Xr inetd 8 , 1007.Xr inetd 8 ,
diff --git a/sshd_config.5 b/sshd_config.5
index 753ceda10..c27f99937 100644
--- a/sshd_config.5
+++ b/sshd_config.5
@@ -385,8 +385,7 @@ Certificates signed using other algorithms will not be accepted for
385public key or host-based authentication. 385public key or host-based authentication.
386.It Cm ChallengeResponseAuthentication 386.It Cm ChallengeResponseAuthentication
387Specifies whether challenge-response authentication is allowed (e.g. via 387Specifies whether challenge-response authentication is allowed (e.g. via
388PAM or through authentication styles supported in 388PAM).
389.Xr login.conf 5 )
390The default is 389The default is
391.Cm yes . 390.Cm yes .
392.It Cm ChrootDirectory 391.It Cm ChrootDirectory