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>2015-11-29 17:36:18 +0000
commit250d744e08a4f88cd547023cb2f036b2cdfd569b (patch)
tree60c3ffdd184a1acb9d3c17a76af4a6bbf7915cd1 /readconf.c
parentd55bc528ac450324522f02d90a2bdc4832d1eef8 (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 43b7570a4..522ad373c 100644
--- a/readconf.c
+++ b/readconf.c
@@ -181,6 +181,7 @@ static struct {
181 { "passwordauthentication", oPasswordAuthentication }, 181 { "passwordauthentication", oPasswordAuthentication },
182 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, 182 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication },
183 { "kbdinteractivedevices", oKbdInteractiveDevices }, 183 { "kbdinteractivedevices", oKbdInteractiveDevices },
184 { "useblacklistedkeys", oDeprecated },
184 { "rsaauthentication", oRSAAuthentication }, 185 { "rsaauthentication", oRSAAuthentication },
185 { "pubkeyauthentication", oPubkeyAuthentication }, 186 { "pubkeyauthentication", oPubkeyAuthentication },
186 { "dsaauthentication", oPubkeyAuthentication }, /* alias */ 187 { "dsaauthentication", oPubkeyAuthentication }, /* alias */