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 99e03ee1f..d2b28a41b 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -189,6 +189,7 @@ static struct { | |||
189 | { "fallbacktorsh", oDeprecated }, | 189 | { "fallbacktorsh", oDeprecated }, |
190 | { "globalknownhostsfile2", oDeprecated }, | 190 | { "globalknownhostsfile2", oDeprecated }, |
191 | { "rhostsauthentication", oDeprecated }, | 191 | { "rhostsauthentication", oDeprecated }, |
192 | { "useblacklistedkeys", oDeprecated }, | ||
192 | { "userknownhostsfile2", oDeprecated }, | 193 | { "userknownhostsfile2", oDeprecated }, |
193 | { "useroaming", oDeprecated }, | 194 | { "useroaming", oDeprecated }, |
194 | { "usersh", oDeprecated }, | 195 | { "usersh", oDeprecated }, |
diff --git a/servconf.c b/servconf.c index 8ba745170..9889fb0a0 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -525,6 +525,7 @@ static struct { | |||
525 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 525 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
526 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 526 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
527 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 527 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
528 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
528 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 529 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
529 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 530 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
530 | { "uselogin", sDeprecated, SSHCFG_GLOBAL }, | 531 | { "uselogin", sDeprecated, SSHCFG_GLOBAL }, |