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 f63eb0b94..73b93c636 100644 --- a/servconf.c +++ b/servconf.c | |||
@@ -621,6 +621,7 @@ static struct { | |||
621 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, | 621 | { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, |
622 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, | 622 | { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, |
623 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, | 623 | { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, |
624 | { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL }, | ||
624 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, | 625 | { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, |
625 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, | 626 | { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, |
626 | { "uselogin", sDeprecated, SSHCFG_GLOBAL }, | 627 | { "uselogin", sDeprecated, SSHCFG_GLOBAL }, |