summaryrefslogtreecommitdiff
path: root/servconf.c
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2018-07-20 13:18:28 +1000
committerDamien Miller <djm@mindrot.org>2018-07-31 12:59:30 +1000
commit87f08be054b7eeadbb9cdeb3fb4872be79ccf218 (patch)
tree80bfc724ddd93228b8571702a2f153787994022b /servconf.c
parent5d14019ba2ff54acbfd20a6b9b96bb860a8c7c31 (diff)
Remove support for S/Key
Most people will 1) be using modern multi-factor authentication methods like TOTP/OATH etc and 2) be getting support for multi-factor authentication via PAM or BSD Auth.
Diffstat (limited to 'servconf.c')
-rw-r--r--servconf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/servconf.c b/servconf.c
index aafefde93..f1010b3b9 100644
--- a/servconf.c
+++ b/servconf.c
@@ -564,7 +564,7 @@ static struct {
564 { "passwordauthentication", sPasswordAuthentication, SSHCFG_ALL }, 564 { "passwordauthentication", sPasswordAuthentication, SSHCFG_ALL },
565 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL }, 565 { "kbdinteractiveauthentication", sKbdInteractiveAuthentication, SSHCFG_ALL },
566 { "challengeresponseauthentication", sChallengeResponseAuthentication, SSHCFG_GLOBAL }, 566 { "challengeresponseauthentication", sChallengeResponseAuthentication, SSHCFG_GLOBAL },
567 { "skeyauthentication", sChallengeResponseAuthentication, SSHCFG_GLOBAL }, /* alias */ 567 { "skeyauthentication", sDeprecated, SSHCFG_GLOBAL },
568 { "checkmail", sDeprecated, SSHCFG_GLOBAL }, 568 { "checkmail", sDeprecated, SSHCFG_GLOBAL },
569 { "listenaddress", sListenAddress, SSHCFG_GLOBAL }, 569 { "listenaddress", sListenAddress, SSHCFG_GLOBAL },
570 { "addressfamily", sAddressFamily, SSHCFG_GLOBAL }, 570 { "addressfamily", sAddressFamily, SSHCFG_GLOBAL },