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 d2a3d4b1a..559e4c7d0 100644
--- a/readconf.c
+++ b/readconf.c
@@ -182,6 +182,7 @@ static struct {
182 { "passwordauthentication", oPasswordAuthentication }, 182 { "passwordauthentication", oPasswordAuthentication },
183 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, 183 { "kbdinteractiveauthentication", oKbdInteractiveAuthentication },
184 { "kbdinteractivedevices", oKbdInteractiveDevices }, 184 { "kbdinteractivedevices", oKbdInteractiveDevices },
185 { "useblacklistedkeys", oDeprecated },
185 { "rsaauthentication", oRSAAuthentication }, 186 { "rsaauthentication", oRSAAuthentication },
186 { "pubkeyauthentication", oPubkeyAuthentication }, 187 { "pubkeyauthentication", oPubkeyAuthentication },
187 { "dsaauthentication", oPubkeyAuthentication }, /* alias */ 188 { "dsaauthentication", oPubkeyAuthentication }, /* alias */