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 b8af6dda7..fad7c92ef 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -533,6 +533,7 @@ static struct { | |||
533 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 533 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
534 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 534 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
535 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 535 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
536 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
536 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 537 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
537 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 538 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
538 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, | 539 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, |