diff options
-rw-r--r-- | readconf.c | 1 | ||||
-rw-r--r-- | servconf.c | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c index e019195e7..c0b7822e1 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -194,6 +194,7 @@ static struct { | |||
194 | { "passwordauthentication", oPasswordAuthentication }, | 194 | { "passwordauthentication", oPasswordAuthentication }, |
195 | { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, | 195 | { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, |
196 | { "kbdinteractivedevices", oKbdInteractiveDevices }, | 196 | { "kbdinteractivedevices", oKbdInteractiveDevices }, |
197 | { "useblacklistedkeys", oDeprecated }, | ||
197 | { "rsaauthentication", oRSAAuthentication }, | 198 | { "rsaauthentication", oRSAAuthentication }, |
198 | { "pubkeyauthentication", oPubkeyAuthentication }, | 199 | { "pubkeyauthentication", oPubkeyAuthentication }, |
199 | { "dsaauthentication", oPubkeyAuthentication }, /* alias */ | 200 | { "dsaauthentication", oPubkeyAuthentication }, /* alias */ |
diff --git a/servconf.c b/servconf.c index 9b0628181..bf9f8f784 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -541,6 +541,7 @@ static struct { | |||
541 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 541 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
542 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 542 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
543 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 543 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
544 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
544 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 545 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
545 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 546 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
546 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, | 547 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, |