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 00d9cc302..32a729574 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -186,6 +186,7 @@ static struct { | |||
186 | { "fallbacktorsh", oDeprecated }, | 186 | { "fallbacktorsh", oDeprecated }, |
187 | { "globalknownhostsfile2", oDeprecated }, | 187 | { "globalknownhostsfile2", oDeprecated }, |
188 | { "rhostsauthentication", oDeprecated }, | 188 | { "rhostsauthentication", oDeprecated }, |
189 | { "useblacklistedkeys", oDeprecated }, | ||
189 | { "userknownhostsfile2", oDeprecated }, | 190 | { "userknownhostsfile2", oDeprecated }, |
190 | { "useroaming", oDeprecated }, | 191 | { "useroaming", oDeprecated }, |
191 | { "usersh", oDeprecated }, | 192 | { "usersh", oDeprecated }, |
diff --git a/servconf.c b/servconf.c index d796b7c8a..ca73f7c55 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -521,6 +521,7 @@ static struct { | |||
521 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 521 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
522 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 522 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
523 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 523 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
524 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
524 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 525 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
525 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 526 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
526 | { "uselogin", sDeprecated, SSHCFG_GLOBAL }, | 527 | { "uselogin", sDeprecated, SSHCFG_GLOBAL }, |