summaryrefslogtreecommitdiff
path: root/debian/patches/openbsd-docs.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
committerColin Watson <cjwatson@debian.org>2010-02-27 14:05:10 +0000
commit8dcc7c5ef45cf5032dca7a308ffe17d3935e62d5 (patch)
tree2e0d8058bdfc24a60a20c5bcbfd1075ef1048ff3 /debian/patches/openbsd-docs.patch
parente44a1fb6e8e59e67e5c8b6e83c0d8566d146aad9 (diff)
Convert to source format 3.0 (quilt).
Diffstat (limited to 'debian/patches/openbsd-docs.patch')
-rw-r--r--debian/patches/openbsd-docs.patch107
1 files changed, 107 insertions, 0 deletions
diff --git a/debian/patches/openbsd-docs.patch b/debian/patches/openbsd-docs.patch
new file mode 100644
index 000000000..851e6adfb
--- /dev/null
+++ b/debian/patches/openbsd-docs.patch
@@ -0,0 +1,107 @@
1Index: b/moduli.5
2===================================================================
3--- a/moduli.5
4+++ b/moduli.5
5@@ -21,7 +21,7 @@
6 .Nd Diffie Hellman moduli
7 .Sh DESCRIPTION
8 The
9-.Pa /etc/moduli
10+.Pa /etc/ssh/moduli
11 file contains prime numbers and generators for use by
12 .Xr sshd 8
13 in the Diffie-Hellman Group Exchange key exchange method.
14@@ -111,7 +111,7 @@
15 Diffie Hellman output to sufficiently key the selected symmetric cipher.
16 .Xr sshd 8
17 then randomly selects a modulus from
18-.Fa /etc/moduli
19+.Fa /etc/ssh/moduli
20 that best meets the size requirement.
21 .Pp
22 .Sh SEE ALSO
23Index: b/ssh-keygen.1
24===================================================================
25--- a/ssh-keygen.1
26+++ b/ssh-keygen.1
27@@ -137,9 +137,7 @@
28 .Pa ~/.ssh/id_dsa
29 or
30 .Pa ~/.ssh/id_rsa .
31-Additionally, the system administrator may use this to generate host keys,
32-as seen in
33-.Pa /etc/rc .
34+Additionally, the system administrator may use this to generate host keys.
35 .Pp
36 Normally this program generates the key and asks for a file in which
37 to store the private key.
38@@ -282,9 +280,7 @@
39 .It Fl q
40 Silence
41 .Nm ssh-keygen .
42-Used by
43-.Pa /etc/rc
44-when creating a new key.
45+Used by system administration scripts when creating a new key.
46 .It Fl R Ar hostname
47 Removes all keys belonging to
48 .Ar hostname
49Index: b/ssh.1
50===================================================================
51--- a/ssh.1
52+++ b/ssh.1
53@@ -749,6 +749,10 @@
54 .Sx HISTORY
55 section of
56 .Xr ssl 8
57+(on non-OpenBSD systems, see
58+.nh
59+http://www.openbsd.org/cgi\-bin/man.cgi?query=ssl&sektion=8#HISTORY)
60+.hy
61 contains a brief discussion of the two algorithms.
62 .Pp
63 The file
64Index: b/sshd.8
65===================================================================
66--- a/sshd.8
67+++ b/sshd.8
68@@ -69,7 +69,7 @@
69 .Nm
70 listens for connections from clients.
71 It is normally started at boot from
72-.Pa /etc/rc .
73+.Pa /etc/init.d/ssh .
74 It forks a new
75 daemon for each incoming connection.
76 The forked daemons handle
77@@ -781,7 +781,7 @@
78 .Xr ssh 1 ) .
79 It should only be writable by root.
80 .Pp
81-.It /etc/moduli
82+.It /etc/ssh/moduli
83 Contains Diffie-Hellman groups used for the "Diffie-Hellman Group Exchange".
84 The file format is described in
85 .Xr moduli 5 .
86@@ -877,7 +877,6 @@
87 .Xr ssh-vulnkey 1 ,
88 .Xr chroot 2 ,
89 .Xr hosts_access 5 ,
90-.Xr login.conf 5 ,
91 .Xr moduli 5 ,
92 .Xr sshd_config 5 ,
93 .Xr inetd 8 ,
94Index: b/sshd_config.5
95===================================================================
96--- a/sshd_config.5
97+++ b/sshd_config.5
98@@ -177,8 +177,7 @@
99 By default, no banner is displayed.
100 .It Cm ChallengeResponseAuthentication
101 Specifies whether challenge-response authentication is allowed (e.g. via
102-PAM or though authentication styles supported in
103-.Xr login.conf 5 )
104+PAM).
105 The default is
106 .Dq yes .
107 .It Cm ChrootDirectory