summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/servconf.c b/servconf.c
index 8ba745170..9889fb0a0 100644
--- a/servconf.c
+++ b/servconf.c
@@ -525,6 +525,7 @@ static struct {
525 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, 525 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
526 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, 526 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
527 { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, 527 { "strictmodes", sStrictModes, SSHCFG_GLOBAL },
528 { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL },
528 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, 529 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
529 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, 530 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
530 { "uselogin", sDeprecated, SSHCFG_GLOBAL }, 531 { "uselogin", sDeprecated, SSHCFG_GLOBAL },