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 7613ff2d9..bcd8cad18 100644
--- a/readconf.c
+++ b/readconf.c
@@ -172,6 +172,7 @@ static struct {
172 { "passwordauthentication", oPasswordAuthentication }, 172 { "passwordauthentication", oPasswordAuthentication },
173 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, 173 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication },
174 { "kbdinteractivedevices", oKbdInteractiveDevices }, 174 { "kbdinteractivedevices", oKbdInteractiveDevices },
175 { "useblacklistedkeys", oDeprecated },
175 { "rsaauthentication", oRSAAuthentication }, 176 { "rsaauthentication", oRSAAuthentication },
176 { "pubkeyauthentication", oPubkeyAuthentication }, 177 { "pubkeyauthentication", oPubkeyAuthentication },
177 { "dsaauthentication", oPubkeyAuthentication }, /* alias */ 178 { "dsaauthentication", oPubkeyAuthentication }, /* alias */