diff options
Diffstat (limited to 'debian/patches/ssh-vulnkey-compat.patch')
-rw-r--r-- | debian/patches/ssh-vulnkey-compat.patch | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/debian/patches/ssh-vulnkey-compat.patch b/debian/patches/ssh-vulnkey-compat.patch index fbe64336b..d8f4ec973 100644 --- a/debian/patches/ssh-vulnkey-compat.patch +++ b/debian/patches/ssh-vulnkey-compat.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From ffecece153b7caedf997dccf17747633675631fd Mon Sep 17 00:00:00 2001 | 1 | From fb7c3c37876359b7a110e1386a6b7887cd2c8ca2 Mon Sep 17 00:00:00 2001 |
2 | From: Colin Watson <cjwatson@ubuntu.com> | 2 | From: Colin Watson <cjwatson@ubuntu.com> |
3 | Date: Sun, 9 Feb 2014 16:09:50 +0000 | 3 | Date: Sun, 9 Feb 2014 16:09:50 +0000 |
4 | Subject: Accept obsolete ssh-vulnkey configuration options | 4 | Subject: Accept obsolete ssh-vulnkey configuration options |
@@ -17,19 +17,19 @@ Patch-Name: ssh-vulnkey-compat.patch | |||
17 | 2 files changed, 2 insertions(+) | 17 | 2 files changed, 2 insertions(+) |
18 | 18 | ||
19 | diff --git a/readconf.c b/readconf.c | 19 | diff --git a/readconf.c b/readconf.c |
20 | index 7902ef26..c1c3aae0 100644 | 20 | index 00d9cc30..32a72957 100644 |
21 | --- a/readconf.c | 21 | --- a/readconf.c |
22 | +++ b/readconf.c | 22 | +++ b/readconf.c |
23 | @@ -194,6 +194,7 @@ static struct { | 23 | @@ -186,6 +186,7 @@ static struct { |
24 | { "passwordauthentication", oPasswordAuthentication }, | 24 | { "fallbacktorsh", oDeprecated }, |
25 | { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, | 25 | { "globalknownhostsfile2", oDeprecated }, |
26 | { "kbdinteractivedevices", oKbdInteractiveDevices }, | 26 | { "rhostsauthentication", oDeprecated }, |
27 | + { "useblacklistedkeys", oDeprecated }, | 27 | + { "useblacklistedkeys", oDeprecated }, |
28 | { "rsaauthentication", oRSAAuthentication }, | 28 | { "userknownhostsfile2", oDeprecated }, |
29 | { "pubkeyauthentication", oPubkeyAuthentication }, | 29 | { "useroaming", oDeprecated }, |
30 | { "dsaauthentication", oPubkeyAuthentication }, /* alias */ | 30 | { "usersh", oDeprecated }, |
31 | diff --git a/servconf.c b/servconf.c | 31 | diff --git a/servconf.c b/servconf.c |
32 | index 14c81fa9..49d3bdc8 100644 | 32 | index d796b7c8..ca73f7c5 100644 |
33 | --- a/servconf.c | 33 | --- a/servconf.c |
34 | +++ b/servconf.c | 34 | +++ b/servconf.c |
35 | @@ -521,6 +521,7 @@ static struct { | 35 | @@ -521,6 +521,7 @@ static struct { |