diff options
Diffstat (limited to 'auth-rsa.c')
-rw-r--r-- | auth-rsa.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/auth-rsa.c b/auth-rsa.c index e9f4ede26..5d7bdcbfc 100644 --- a/auth-rsa.c +++ b/auth-rsa.c | |||
@@ -179,6 +179,8 @@ rsa_key_allowed_in_file(struct passwd *pw, char *file, | |||
179 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) | 179 | if ((f = auth_openkeyfile(file, pw, options.strict_modes)) == NULL) |
180 | return 0; | 180 | return 0; |
181 | 181 | ||
182 | auth_start_parse_options(); | ||
183 | |||
182 | /* | 184 | /* |
183 | * Go though the accepted keys, looking for the current key. If | 185 | * Go though the accepted keys, looking for the current key. If |
184 | * found, perform a challenge-response dialog to verify that the | 186 | * found, perform a challenge-response dialog to verify that the |