diff options
author | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-06-28 15:43:13 +0200 |
---|---|---|
committer | Christian Ehrhardt <christian.ehrhardt@canonical.com> | 2018-06-28 15:43:14 +0200 |
commit | 92d266b9e75233afd4a1ce663f062b7e9a843e65 (patch) | |
tree | c23159a23239438f10da5f025ca2297ad44ca9d5 /debian/patches/shell-path.patch | |
parent | 970f1c25f7c73067f2f07e2e64c88201c90ff490 (diff) | |
parent | 60256f28189c3d0650a78e737eb0ca4753478a4b (diff) |
[ Christian Ehrhardt ]
Fix unintentional restriction of authorized keys environment options
to be alphanumeric (LP: #1771011)
Diffstat (limited to 'debian/patches/shell-path.patch')
-rw-r--r-- | debian/patches/shell-path.patch | 2 |
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 | ||
18 | diff --git a/sshconnect.c b/sshconnect.c | 18 | diff --git a/sshconnect.c b/sshconnect.c |
19 | index 3805d35d..8ab01c0e 100644 | 19 | index 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, |