diff options
Diffstat (limited to 'readconf.c')
-rw-r--r-- | readconf.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readconf.c b/readconf.c index 7902ef26b..c1c3aae0d 100644 --- a/readconf.c +++ b/readconf.c | |||
@@ -194,6 +194,7 @@ static struct { | |||
194 | { "passwordauthentication", oPasswordAuthentication }, | 194 | { "passwordauthentication", oPasswordAuthentication }, |
195 | { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, | 195 | { "kbdinteractiveauthentication", oKbdInteractiveAuthentication }, |
196 | { "kbdinteractivedevices", oKbdInteractiveDevices }, | 196 | { "kbdinteractivedevices", oKbdInteractiveDevices }, |
197 | { "useblacklistedkeys", oDeprecated }, | ||
197 | { "rsaauthentication", oRSAAuthentication }, | 198 | { "rsaauthentication", oRSAAuthentication }, |
198 | { "pubkeyauthentication", oPubkeyAuthentication }, | 199 | { "pubkeyauthentication", oPubkeyAuthentication }, |
199 | { "dsaauthentication", oPubkeyAuthentication }, /* alias */ | 200 | { "dsaauthentication", oPubkeyAuthentication }, /* alias */ |