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 4668b8a45..6caf1db38 100644
--- a/servconf.c
+++ b/servconf.c
@@ -600,6 +600,7 @@ static struct {
600 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, 600 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
601 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, 601 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
602 { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, 602 { "strictmodes", sStrictModes, SSHCFG_GLOBAL },
603 { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL },
603 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, 604 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
604 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, 605 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
605 { "uselogin", sDeprecated, SSHCFG_GLOBAL }, 606 { "uselogin", sDeprecated, SSHCFG_GLOBAL },