diff options
Diffstat (limited to 'debian/patches/debian-config.patch')
-rw-r--r-- | debian/patches/debian-config.patch | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/debian/patches/debian-config.patch b/debian/patches/debian-config.patch index ac77919e6..2fe365639 100644 --- a/debian/patches/debian-config.patch +++ b/debian/patches/debian-config.patch | |||
@@ -24,15 +24,15 @@ Index: b/readconf.c | |||
24 | =================================================================== | 24 | =================================================================== |
25 | --- a/readconf.c | 25 | --- a/readconf.c |
26 | +++ b/readconf.c | 26 | +++ b/readconf.c |
27 | @@ -1132,7 +1132,7 @@ | 27 | @@ -1179,7 +1179,7 @@ |
28 | if (options->forward_x11 == -1) | 28 | if (options->forward_x11 == -1) |
29 | options->forward_x11 = 0; | 29 | options->forward_x11 = 0; |
30 | if (options->forward_x11_trusted == -1) | 30 | if (options->forward_x11_trusted == -1) |
31 | - options->forward_x11_trusted = 0; | 31 | - options->forward_x11_trusted = 0; |
32 | + options->forward_x11_trusted = 1; | 32 | + options->forward_x11_trusted = 1; |
33 | if (options->forward_x11_timeout == -1) | ||
34 | options->forward_x11_timeout = 1200; | ||
33 | if (options->exit_on_forward_failure == -1) | 35 | if (options->exit_on_forward_failure == -1) |
34 | options->exit_on_forward_failure = 0; | ||
35 | if (options->xauth_location == NULL) | ||
36 | Index: b/ssh_config | 36 | Index: b/ssh_config |
37 | =================================================================== | 37 | =================================================================== |
38 | --- a/ssh_config | 38 | --- a/ssh_config |
@@ -84,7 +84,7 @@ Index: b/ssh_config.5 | |||
84 | The configuration file has the following format: | 84 | The configuration file has the following format: |
85 | .Pp | 85 | .Pp |
86 | Empty lines and lines starting with | 86 | Empty lines and lines starting with |
87 | @@ -452,7 +468,8 @@ | 87 | @@ -483,7 +499,8 @@ |
88 | Remote clients will be refused access after this time. | 88 | Remote clients will be refused access after this time. |
89 | .Pp | 89 | .Pp |
90 | The default is | 90 | The default is |