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/mention-ssh-keygen-on-keychange.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/mention-ssh-keygen-on-keychange.patch')
-rw-r--r-- | debian/patches/mention-ssh-keygen-on-keychange.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/debian/patches/mention-ssh-keygen-on-keychange.patch b/debian/patches/mention-ssh-keygen-on-keychange.patch index 542b42ae9..95c235b32 100644 --- a/debian/patches/mention-ssh-keygen-on-keychange.patch +++ b/debian/patches/mention-ssh-keygen-on-keychange.patch | |||
@@ -14,7 +14,7 @@ Patch-Name: mention-ssh-keygen-on-keychange.patch | |||
14 | 1 file changed, 8 insertions(+), 1 deletion(-) | 14 | 1 file changed, 8 insertions(+), 1 deletion(-) |
15 | 15 | ||
16 | diff --git a/sshconnect.c b/sshconnect.c | 16 | diff --git a/sshconnect.c b/sshconnect.c |
17 | index 8ab01c0e..58f9eac8 100644 | 17 | index 8ab01c0ef..58f9eac8a 100644 |
18 | --- a/sshconnect.c | 18 | --- a/sshconnect.c |
19 | +++ b/sshconnect.c | 19 | +++ b/sshconnect.c |
20 | @@ -1141,9 +1141,13 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, | 20 | @@ -1141,9 +1141,13 @@ check_host_key(char *hostname, struct sockaddr *hostaddr, u_short port, |