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