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