summaryrefslogtreecommitdiff
path: root/debian/patches/shell-path.patch
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2018-07-10 15:06:26 +0000
committerColin Watson <cjwatson@debian.org>2018-07-10 15:06:26 +0000
commit064fa3f4a8bd3b2e297bc4cfbaa7a22375323663 (patch)
treec23159a23239438f10da5f025ca2297ad44ca9d5 /debian/patches/shell-path.patch
parent970f1c25f7c73067f2f07e2e64c88201c90ff490 (diff)
parent92d266b9e75233afd4a1ce663f062b7e9a843e65 (diff)
Merge branch 'fix-authorized_keys-environment-var' into 'master'
Fix ENV restriction of authorized keys See merge request ssh-team/openssh!2
Diffstat (limited to 'debian/patches/shell-path.patch')
-rw-r--r--debian/patches/shell-path.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/shell-path.patch b/debian/patches/shell-path.patch
index 638d348f2..92fc0026a 100644
--- a/debian/patches/shell-path.patch
+++ b/debian/patches/shell-path.patch
@@ -16,7 +16,7 @@ Patch-Name: shell-path.patch
16 1 file changed, 2 insertions(+), 2 deletions(-) 16 1 file changed, 2 insertions(+), 2 deletions(-)
17 17
18diff --git a/sshconnect.c b/sshconnect.c 18diff --git a/sshconnect.c b/sshconnect.c
19index 3805d35d..8ab01c0e 100644 19index 3805d35d9..8ab01c0ef 100644
20--- a/sshconnect.c 20--- a/sshconnect.c
21+++ b/sshconnect.c 21+++ b/sshconnect.c
22@@ -239,7 +239,7 @@ ssh_proxy_connect(struct ssh *ssh, const char *host, u_short port, 22@@ -239,7 +239,7 @@ ssh_proxy_connect(struct ssh *ssh, const char *host, u_short port,