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 cbbea05bf..3fff3d531 100644
--- a/servconf.c
+++ b/servconf.c
@@ -576,6 +576,7 @@ static struct {
576 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, 576 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
577 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, 577 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
578 { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, 578 { "strictmodes", sStrictModes, SSHCFG_GLOBAL },
579 { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL },
579 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, 580 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
580 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, 581 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
581 { "uselogin", sDeprecated, SSHCFG_GLOBAL }, 582 { "uselogin", sDeprecated, SSHCFG_GLOBAL },