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 29209e452..65f71ade8 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -456,6 +456,7 @@ static struct { | |||
456 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 456 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
457 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 457 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
458 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 458 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
459 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
459 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 460 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
460 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 461 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
461 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, | 462 | { "uselogin", sUseLogin, SSHCFG_GLOBAL }, |