diff options
Diffstat (limited to 'debian/patches/debian-config.patch')
-rw-r--r-- | debian/patches/debian-config.patch | 23 |
1 files changed, 13 insertions, 10 deletions
diff --git a/debian/patches/debian-config.patch b/debian/patches/debian-config.patch index fe1e3f550..acb4e3ce9 100644 --- a/debian/patches/debian-config.patch +++ b/debian/patches/debian-config.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 7abde40896668ce9debfe056c7dabc6a70ef7da4 Mon Sep 17 00:00:00 2001 | 1 | From 9a713cd4bbaef5ad4f1d28c1718fb6960ac257b3 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 |
@@ -26,17 +26,17 @@ Document all of this. | |||
26 | 26 | ||
27 | Author: Russ Allbery <rra@debian.org> | 27 | Author: Russ Allbery <rra@debian.org> |
28 | Forwarded: not-needed | 28 | Forwarded: not-needed |
29 | Last-Update: 2017-10-04 | 29 | Last-Update: 2020-02-19 |
30 | 30 | ||
31 | Patch-Name: debian-config.patch | 31 | Patch-Name: debian-config.patch |
32 | --- | 32 | --- |
33 | readconf.c | 2 +- | 33 | readconf.c | 2 +- |
34 | ssh.1 | 21 +++++++++++++++++++++ | 34 | ssh.1 | 24 ++++++++++++++++++++++++ |
35 | ssh_config | 6 +++++- | 35 | ssh_config | 6 +++++- |
36 | ssh_config.5 | 19 ++++++++++++++++++- | 36 | ssh_config.5 | 19 ++++++++++++++++++- |
37 | sshd_config | 16 ++++++++++------ | 37 | sshd_config | 16 ++++++++++------ |
38 | sshd_config.5 | 22 ++++++++++++++++++++++ | 38 | sshd_config.5 | 22 ++++++++++++++++++++++ |
39 | 6 files changed, 77 insertions(+), 9 deletions(-) | 39 | 6 files changed, 80 insertions(+), 9 deletions(-) |
40 | 40 | ||
41 | diff --git a/readconf.c b/readconf.c | 41 | diff --git a/readconf.c b/readconf.c |
42 | index 16d2729dd..253574ce0 100644 | 42 | index 16d2729dd..253574ce0 100644 |
@@ -52,7 +52,7 @@ index 16d2729dd..253574ce0 100644 | |||
52 | options->forward_x11_timeout = 1200; | 52 | options->forward_x11_timeout = 1200; |
53 | /* | 53 | /* |
54 | diff --git a/ssh.1 b/ssh.1 | 54 | diff --git a/ssh.1 b/ssh.1 |
55 | index 24530e511..fd495da2c 100644 | 55 | index 24530e511..44a00d525 100644 |
56 | --- a/ssh.1 | 56 | --- a/ssh.1 |
57 | +++ b/ssh.1 | 57 | +++ b/ssh.1 |
58 | @@ -795,6 +795,16 @@ directive in | 58 | @@ -795,6 +795,16 @@ directive in |
@@ -72,14 +72,17 @@ index 24530e511..fd495da2c 100644 | |||
72 | .It Fl x | 72 | .It Fl x |
73 | Disables X11 forwarding. | 73 | Disables X11 forwarding. |
74 | .Pp | 74 | .Pp |
75 | @@ -803,6 +813,17 @@ Enables trusted X11 forwarding. | 75 | @@ -803,6 +813,20 @@ Enables trusted X11 forwarding. |
76 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension | 76 | Trusted X11 forwardings are not subjected to the X11 SECURITY extension |
77 | controls. | 77 | controls. |
78 | .Pp | 78 | .Pp |
79 | +(Debian-specific: This option does nothing in the default configuration: it | 79 | +(Debian-specific: In the default configuration, this option is equivalent to |
80 | +is equivalent to | 80 | +.Fl X , |
81 | +.Dq Cm ForwardX11Trusted No yes , | 81 | +since |
82 | +which is the default as described above. | 82 | +.Cm ForwardX11Trusted |
83 | +defaults to | ||
84 | +.Dq yes | ||
85 | +as described above. | ||
83 | +Set the | 86 | +Set the |
84 | +.Cm ForwardX11Trusted | 87 | +.Cm ForwardX11Trusted |
85 | +option to | 88 | +option to |