diff options
Diffstat (limited to 'servconf.c')
-rw-r--r-- | servconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c index cfe7029e6..ed3a88d4b 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -522,6 +522,7 @@ static struct { | |||
522 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 522 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
523 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 523 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
524 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 524 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
525 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
525 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 526 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
526 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 527 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
527 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, | 528 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, |