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 f38ba9e44..ff5b9436c 100644
--- a/servconf.c
+++ b/servconf.c
@@ -656,6 +656,7 @@ static struct {
656 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, 656 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
657 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, 657 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
658 { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, 658 { "strictmodes", sStrictModes, SSHCFG_GLOBAL },
659 { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL },
659 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, 660 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
660 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, 661 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
661 { "uselogin", sDeprecated, SSHCFG_GLOBAL }, 662 { "uselogin", sDeprecated, SSHCFG_GLOBAL },