|
Lines 1528-1533
main(int ac, char **av)
Link Here
|
| 1528 |
if (options.challenge_response_authentication) |
1528 |
if (options.challenge_response_authentication) |
| 1529 |
options.kbd_interactive_authentication = 1; |
1529 |
options.kbd_interactive_authentication = 1; |
| 1530 |
|
1530 |
|
|
|
1531 |
if (options.client_alive_count_max == 0) |
| 1532 |
fatal("Invalid ClientAliveCountMax value"); |
| 1533 |
|
| 1531 |
/* Check that options are sensible */ |
1534 |
/* Check that options are sensible */ |
| 1532 |
if (options.authorized_keys_command_user == NULL && |
1535 |
if (options.authorized_keys_command_user == NULL && |
| 1533 |
(options.authorized_keys_command != NULL && |
1536 |
(options.authorized_keys_command != NULL && |