summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--readconf.c1
-rw-r--r--servconf.c1
2 files changed, 2 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c
index 2695fd6c0..915a0f7b7 100644
--- a/readconf.c
+++ b/readconf.c
@@ -161,6 +161,7 @@ static struct {
161 { "passwordauthentication", oPasswordAuthentication }, 161 { "passwordauthentication", oPasswordAuthentication },
162 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, 162 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication },
163 { "kbdinteractivedevices", oKbdInteractiveDevices }, 163 { "kbdinteractivedevices", oKbdInteractiveDevices },
164 { "useblacklistedkeys", oDeprecated },
164 { "rsaauthentication", oRSAAuthentication }, 165 { "rsaauthentication", oRSAAuthentication },
165 { "pubkeyauthentication", oPubkeyAuthentication }, 166 { "pubkeyauthentication", oPubkeyAuthentication },
166 { "dsaauthentication", oPubkeyAuthentication }, /* alias */ 167 { "dsaauthentication", oPubkeyAuthentication }, /* alias */
diff --git a/servconf.c b/servconf.c
index c938ae399..dcb8cafdc 100644
--- a/servconf.c
+++ b/servconf.c
@@ -451,6 +451,7 @@ static struct {
451 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL }, 451 { "x11uselocalhost", sX11UseLocalhost, SSHCFG_ALL },
452 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL }, 452 { "xauthlocation", sXAuthLocation, SSHCFG_GLOBAL },
453 { "strictmodes", sStrictModes, SSHCFG_GLOBAL }, 453 { "strictmodes", sStrictModes, SSHCFG_GLOBAL },
454 { "permitblacklistedkeys", sDeprecated, SSHCFG_GLOBAL },
454 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL }, 455 { "permitemptypasswords", sEmptyPasswd, SSHCFG_ALL },
455 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL }, 456 { "permituserenvironment", sPermitUserEnvironment, SSHCFG_GLOBAL },
456 { "uselogin", sUseLogin, SSHCFG_GLOBAL }, 457 { "uselogin", sUseLogin, SSHCFG_GLOBAL },