summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
authorColin Watson <cjwatson@ubuntu.com>2014-02-09 16:09:50 +0000
committerColin Watson <cjwatson@debian.org>2014-10-07 14:26:47 +0100
commite6836d7c98c75d3252de56c2f3ea07e12c817e00 (patch)
tree47117eef254db5719a58be45c964f0a8090dbd4c /readconf.c
parentc9638aa44d787849cea1ae273f0908c6313fd19b (diff)
Accept obsolete ssh-vulnkey configuration options
These options were used as part of Debian's response to CVE-2008-0166. Nearly six years later, we no longer need to continue carrying the bulk of that patch, but we do need to avoid failing when the associated configuration options are still present. Last-Update: 2014-02-09 Patch-Name: ssh-vulnkey-compat.patch
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c
index 9127e9324..bc879eb9b 100644
--- a/readconf.c
+++ b/readconf.c
@@ -174,6 +174,7 @@ static struct {
174 { "passwordauthentication", oPasswordAuthentication }, 174 { "passwordauthentication", oPasswordAuthentication },
175 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, 175 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication },
176 { "kbdinteractivedevices", oKbdInteractiveDevices }, 176 { "kbdinteractivedevices", oKbdInteractiveDevices },
177 { "useblacklistedkeys", oDeprecated },
177 { "rsaauthentication", oRSAAuthentication }, 178 { "rsaauthentication", oRSAAuthentication },
178 { "pubkeyauthentication", oPubkeyAuthentication }, 179 { "pubkeyauthentication", oPubkeyAuthentication },
179 { "dsaauthentication", oPubkeyAuthentication }, /* alias */ 180 { "dsaauthentication", oPubkeyAuthentication }, /* alias */