summaryrefslogtreecommitdiff
path: root/readconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.c')
-rw-r--r--readconf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c
index cb8bcb2cf..2a1fe8ec6 100644
--- a/readconf.c
+++ b/readconf.c
@@ -171,6 +171,7 @@ static struct {
171 { "passwordauthentication", oPasswordAuthentication }, 171 { "passwordauthentication", oPasswordAuthentication },
172 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, 172 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication },
173 { "kbdinteractivedevices", oKbdInteractiveDevices }, 173 { "kbdinteractivedevices", oKbdInteractiveDevices },
174 { "useblacklistedkeys", oDeprecated },
174 { "rsaauthentication", oRSAAuthentication }, 175 { "rsaauthentication", oRSAAuthentication },
175 { "pubkeyauthentication", oPubkeyAuthentication }, 176 { "pubkeyauthentication", oPubkeyAuthentication },
176 { "dsaauthentication", oPubkeyAuthentication }, /* alias */ 177 { "dsaauthentication", oPubkeyAuthentication }, /* alias */