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 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 */