summaryrefslogtreecommitdiff
path: root/debian/patches/debian-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/debian-config.patch')
-rw-r--r--debian/patches/debian-config.patch22
1 files changed, 11 insertions, 11 deletions
diff --git a/debian/patches/debian-config.patch b/debian/patches/debian-config.patch
index d01331cc3..aa370e52f 100644
--- a/debian/patches/debian-config.patch
+++ b/debian/patches/debian-config.patch
@@ -1,4 +1,4 @@
1From 08ca1225e6979fc6b5b6e7f85ce5cb0ac5cc7405 Mon Sep 17 00:00:00 2001 1From a0c9f82b05d33f3e2cf8e5442cee47c09d1a1dd8 Mon Sep 17 00:00:00 2001
2From: Colin Watson <cjwatson@debian.org> 2From: Colin Watson <cjwatson@debian.org>
3Date: Sun, 9 Feb 2014 16:10:18 +0000 3Date: Sun, 9 Feb 2014 16:10:18 +0000
4Subject: Various Debian-specific configuration changes 4Subject: Various Debian-specific configuration changes
@@ -30,7 +30,7 @@ Document all of this.
30 30
31Author: Russ Allbery <rra@debian.org> 31Author: Russ Allbery <rra@debian.org>
32Forwarded: not-needed 32Forwarded: not-needed
33Last-Update: 2020-02-21 33Last-Update: 2020-10-18
34 34
35Patch-Name: debian-config.patch 35Patch-Name: debian-config.patch
36--- 36---
@@ -43,10 +43,10 @@ Patch-Name: debian-config.patch
43 6 files changed, 98 insertions(+), 9 deletions(-) 43 6 files changed, 98 insertions(+), 9 deletions(-)
44 44
45diff --git a/readconf.c b/readconf.c 45diff --git a/readconf.c b/readconf.c
46index 5bf0afbb4..87b0dc62a 100644 46index f4f273c96..e676b6be6 100644
47--- a/readconf.c 47--- a/readconf.c
48+++ b/readconf.c 48+++ b/readconf.c
49@@ -2111,7 +2111,7 @@ fill_default_options(Options * options) 49@@ -2153,7 +2153,7 @@ fill_default_options(Options * options)
50 if (options->forward_x11 == -1) 50 if (options->forward_x11 == -1)
51 options->forward_x11 = 0; 51 options->forward_x11 = 0;
52 if (options->forward_x11_trusted == -1) 52 if (options->forward_x11_trusted == -1)
@@ -56,7 +56,7 @@ index 5bf0afbb4..87b0dc62a 100644
56 options->forward_x11_timeout = 1200; 56 options->forward_x11_timeout = 1200;
57 /* 57 /*
58diff --git a/ssh.1 b/ssh.1 58diff --git a/ssh.1 b/ssh.1
59index 5a31b5dde..035823da3 100644 59index 76ddd89b5..ad48fc8c8 100644
60--- a/ssh.1 60--- a/ssh.1
61+++ b/ssh.1 61+++ b/ssh.1
62@@ -812,6 +812,16 @@ directive in 62@@ -812,6 +812,16 @@ directive in
@@ -98,7 +98,7 @@ index 5a31b5dde..035823da3 100644
98 Send log information using the 98 Send log information using the
99 .Xr syslog 3 99 .Xr syslog 3
100diff --git a/ssh_config b/ssh_config 100diff --git a/ssh_config b/ssh_config
101index 1ff999b68..8a55237b9 100644 101index 52aae8692..09a17cf18 100644
102--- a/ssh_config 102--- a/ssh_config
103+++ b/ssh_config 103+++ b/ssh_config
104@@ -17,9 +17,12 @@ 104@@ -17,9 +17,12 @@
@@ -115,15 +115,15 @@ index 1ff999b68..8a55237b9 100644
115 # PasswordAuthentication yes 115 # PasswordAuthentication yes
116 # HostbasedAuthentication no 116 # HostbasedAuthentication no
117 # GSSAPIAuthentication no 117 # GSSAPIAuthentication no
118@@ -45,3 +48,6 @@ 118@@ -46,3 +49,6 @@
119 # VisualHostKey no
120 # ProxyCommand ssh -q -W %h:%p gateway.example.com 119 # ProxyCommand ssh -q -W %h:%p gateway.example.com
121 # RekeyLimit 1G 1h 120 # RekeyLimit 1G 1h
121 # UserKnownHostsFile ~/.ssh/known_hosts.d/%k
122+ SendEnv LANG LC_* 122+ SendEnv LANG LC_*
123+ HashKnownHosts yes 123+ HashKnownHosts yes
124+ GSSAPIAuthentication yes 124+ GSSAPIAuthentication yes
125diff --git a/ssh_config.5 b/ssh_config.5 125diff --git a/ssh_config.5 b/ssh_config.5
126index dd8241df1..aac3fabb7 100644 126index 96ca7a5df..6d6c59521 100644
127--- a/ssh_config.5 127--- a/ssh_config.5
128+++ b/ssh_config.5 128+++ b/ssh_config.5
129@@ -71,6 +71,29 @@ Since the first obtained value for each parameter is used, more 129@@ -71,6 +71,29 @@ Since the first obtained value for each parameter is used, more
@@ -156,7 +156,7 @@ index dd8241df1..aac3fabb7 100644
156 The file contains keyword-argument pairs, one per line. 156 The file contains keyword-argument pairs, one per line.
157 Lines starting with 157 Lines starting with
158 .Ql # 158 .Ql #
159@@ -729,11 +752,12 @@ elapsed. 159@@ -742,11 +765,12 @@ elapsed.
160 .It Cm ForwardX11Trusted 160 .It Cm ForwardX11Trusted
161 If this option is set to 161 If this option is set to
162 .Cm yes , 162 .Cm yes ,
@@ -229,7 +229,7 @@ index 2c48105f8..459c1b230 100644
229 # Example of overriding settings on a per-user basis 229 # Example of overriding settings on a per-user basis
230 #Match User anoncvs 230 #Match User anoncvs
231diff --git a/sshd_config.5 b/sshd_config.5 231diff --git a/sshd_config.5 b/sshd_config.5
232index c27f99937..b38025dbf 100644 232index 32ae46476..472001dd1 100644
233--- a/sshd_config.5 233--- a/sshd_config.5
234+++ b/sshd_config.5 234+++ b/sshd_config.5
235@@ -56,6 +56,35 @@ Arguments may optionally be enclosed in double quotes 235@@ -56,6 +56,35 @@ Arguments may optionally be enclosed in double quotes