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 ded8f4a87..21abe41ac 100644
--- a/servconf.c
+++ b/servconf.c
@@ -649,6 +649,7 @@ static struct {
649 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, 649 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
650 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, 650 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
651 { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, 651 { "strictmodes", sStrictModes, SSHCFG_GLOBAL },
652 { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL },
652 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, 653 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
653 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, 654 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
654 { "uselogin", sDeprecated, SSHCFG_GLOBAL }, 655 { "uselogin", sDeprecated, SSHCFG_GLOBAL },