diff options
Diffstat (limited to 'debian/patches/debian-config.patch')
-rw-r--r-- | debian/patches/debian-config.patch | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/debian/patches/debian-config.patch b/debian/patches/debian-config.patch index 0a5e2cd39..24f1a77ec 100644 --- a/debian/patches/debian-config.patch +++ b/debian/patches/debian-config.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 003a875a474100d250b6643270ef3874da6591d8 Mon Sep 17 00:00:00 2001 | 1 | From 85e40e87a75fb80a0bf893ac05a417d6c353537d Mon Sep 17 00:00:00 2001 |
2 | From: Colin Watson <cjwatson@debian.org> | 2 | From: Colin Watson <cjwatson@debian.org> |
3 | Date: Sun, 9 Feb 2014 16:10:18 +0000 | 3 | Date: Sun, 9 Feb 2014 16:10:18 +0000 |
4 | Subject: Various Debian-specific configuration changes | 4 | Subject: Various Debian-specific configuration changes |
@@ -32,10 +32,10 @@ Patch-Name: debian-config.patch | |||
32 | 6 files changed, 72 insertions(+), 4 deletions(-) | 32 | 6 files changed, 72 insertions(+), 4 deletions(-) |
33 | 33 | ||
34 | diff --git a/readconf.c b/readconf.c | 34 | diff --git a/readconf.c b/readconf.c |
35 | index b9442fd..ee46ad6 100644 | 35 | index cc1a633..dc22360 100644 |
36 | --- a/readconf.c | 36 | --- a/readconf.c |
37 | +++ b/readconf.c | 37 | +++ b/readconf.c |
38 | @@ -1749,7 +1749,7 @@ fill_default_options(Options * options) | 38 | @@ -1797,7 +1797,7 @@ fill_default_options(Options * options) |
39 | if (options->forward_x11 == -1) | 39 | if (options->forward_x11 == -1) |
40 | options->forward_x11 = 0; | 40 | options->forward_x11 = 0; |
41 | if (options->forward_x11_trusted == -1) | 41 | if (options->forward_x11_trusted == -1) |
@@ -45,10 +45,10 @@ index b9442fd..ee46ad6 100644 | |||
45 | options->forward_x11_timeout = 1200; | 45 | options->forward_x11_timeout = 1200; |
46 | if (options->exit_on_forward_failure == -1) | 46 | if (options->exit_on_forward_failure == -1) |
47 | diff --git a/ssh.1 b/ssh.1 | 47 | diff --git a/ssh.1 b/ssh.1 |
48 | index 05b7f10..649d6c3 100644 | 48 | index 74d9655..7fb9d30 100644 |
49 | --- a/ssh.1 | 49 | --- a/ssh.1 |
50 | +++ b/ssh.1 | 50 | +++ b/ssh.1 |
51 | @@ -755,6 +755,16 @@ directive in | 51 | @@ -760,6 +760,16 @@ directive in |
52 | .Xr ssh_config 5 | 52 | .Xr ssh_config 5 |
53 | for more information. | 53 | for more information. |
54 | .Pp | 54 | .Pp |
@@ -65,7 +65,7 @@ index 05b7f10..649d6c3 100644 | |||
65 | .It Fl x | 65 | .It Fl x |
66 | Disables X11 forwarding. | 66 | Disables X11 forwarding. |
67 | .Pp | 67 | .Pp |
68 | @@ -763,6 +773,17 @@ Enables trusted X11 forwarding. | 68 | @@ -768,6 +778,17 @@ Enables trusted X11 forwarding. |
69 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 69 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
70 | controls. | 70 | controls. |
71 | .Pp | 71 | .Pp |
@@ -84,7 +84,7 @@ index 05b7f10..649d6c3 100644 | |||
84 | Send log information using the | 84 | Send log information using the |
85 | .Xr syslog 3 | 85 | .Xr syslog 3 |
86 | diff --git a/ssh_config b/ssh_config | 86 | diff --git a/ssh_config b/ssh_config |
87 | index 228e5ab..c9386aa 100644 | 87 | index 4e879cd..5190b06 100644 |
88 | --- a/ssh_config | 88 | --- a/ssh_config |
89 | +++ b/ssh_config | 89 | +++ b/ssh_config |
90 | @@ -17,9 +17,10 @@ | 90 | @@ -17,9 +17,10 @@ |
@@ -99,7 +99,7 @@ index 228e5ab..c9386aa 100644 | |||
99 | # RhostsRSAAuthentication no | 99 | # RhostsRSAAuthentication no |
100 | # RSAAuthentication yes | 100 | # RSAAuthentication yes |
101 | # PasswordAuthentication yes | 101 | # PasswordAuthentication yes |
102 | @@ -48,3 +49,7 @@ | 102 | @@ -50,3 +51,7 @@ |
103 | # VisualHostKey no | 103 | # VisualHostKey no |
104 | # ProxyCommand ssh -q -W %h:%p gateway.example.com | 104 | # ProxyCommand ssh -q -W %h:%p gateway.example.com |
105 | # RekeyLimit 1G 1h | 105 | # RekeyLimit 1G 1h |
@@ -108,7 +108,7 @@ index 228e5ab..c9386aa 100644 | |||
108 | + GSSAPIAuthentication yes | 108 | + GSSAPIAuthentication yes |
109 | + GSSAPIDelegateCredentials no | 109 | + GSSAPIDelegateCredentials no |
110 | diff --git a/ssh_config.5 b/ssh_config.5 | 110 | diff --git a/ssh_config.5 b/ssh_config.5 |
111 | index d4928b8..81b9b74 100644 | 111 | index 0f52d14..51765c9 100644 |
112 | --- a/ssh_config.5 | 112 | --- a/ssh_config.5 |
113 | +++ b/ssh_config.5 | 113 | +++ b/ssh_config.5 |
114 | @@ -74,6 +74,22 @@ Since the first obtained value for each parameter is used, more | 114 | @@ -74,6 +74,22 @@ Since the first obtained value for each parameter is used, more |
@@ -134,7 +134,7 @@ index d4928b8..81b9b74 100644 | |||
134 | The configuration file has the following format: | 134 | The configuration file has the following format: |
135 | .Pp | 135 | .Pp |
136 | Empty lines and lines starting with | 136 | Empty lines and lines starting with |
137 | @@ -721,7 +737,8 @@ token used for the session will be set to expire after 20 minutes. | 137 | @@ -799,7 +815,8 @@ token used for the session will be set to expire after 20 minutes. |
138 | Remote clients will be refused access after this time. | 138 | Remote clients will be refused access after this time. |
139 | .Pp | 139 | .Pp |
140 | The default is | 140 | The default is |
@@ -145,10 +145,10 @@ index d4928b8..81b9b74 100644 | |||
145 | See the X11 SECURITY extension specification for full details on | 145 | See the X11 SECURITY extension specification for full details on |
146 | the restrictions imposed on untrusted clients. | 146 | the restrictions imposed on untrusted clients. |
147 | diff --git a/sshd_config b/sshd_config | 147 | diff --git a/sshd_config b/sshd_config |
148 | index 64786c9..d8338db 100644 | 148 | index f103298..d103ac5 100644 |
149 | --- a/sshd_config | 149 | --- a/sshd_config |
150 | +++ b/sshd_config | 150 | +++ b/sshd_config |
151 | @@ -125,7 +125,7 @@ UsePrivilegeSeparation sandbox # Default for new installations. | 151 | @@ -125,7 +125,7 @@ AuthorizedKeysFile .ssh/authorized_keys |
152 | #Banner none | 152 | #Banner none |
153 | 153 | ||
154 | # override default of no subsystems | 154 | # override default of no subsystems |
@@ -158,7 +158,7 @@ index 64786c9..d8338db 100644 | |||
158 | # Example of overriding settings on a per-user basis | 158 | # Example of overriding settings on a per-user basis |
159 | #Match User anoncvs | 159 | #Match User anoncvs |
160 | diff --git a/sshd_config.5 b/sshd_config.5 | 160 | diff --git a/sshd_config.5 b/sshd_config.5 |
161 | index 0828592..0be7250 100644 | 161 | index 4d255e5..2387b51 100644 |
162 | --- a/sshd_config.5 | 162 | --- a/sshd_config.5 |
163 | +++ b/sshd_config.5 | 163 | +++ b/sshd_config.5 |
164 | @@ -57,6 +57,31 @@ Arguments may optionally be enclosed in double quotes | 164 | @@ -57,6 +57,31 @@ Arguments may optionally be enclosed in double quotes |