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