Home
last modified time | relevance | path

Searched refs:challenge_response_authentication (Results 1 – 11 of 11) sorted by relevance

/external/openssh/
Dauth2-kbdint.c57 if (options.challenge_response_authentication) in userauth_kbdint()
Dreadconf.h45 int challenge_response_authentication; member
Dservconf.h120 int challenge_response_authentication; member
Dsshconnect.c1120 options.challenge_response_authentication = 0; in check_host_key()
1123 if (options.challenge_response_authentication) { in check_host_key()
1126 options.challenge_response_authentication = 0; in check_host_key()
Dservconf.c124 options->challenge_response_authentication = -1; in initialize_server_options()
282 if (options->challenge_response_authentication == -1) in fill_default_server_options()
283 options->challenge_response_authentication = 1; in fill_default_server_options()
1241 intptr = &options->challenge_response_authentication; in process_server_config_line()
2273 o->challenge_response_authentication); in dump_config()
Dreadconf.c969 intptr = &options->challenge_response_authentication; in process_config_line_depth()
1799 options->challenge_response_authentication = -1; in initialize_options()
1941 if (options->challenge_response_authentication == -1) in fill_default_options()
1942 options->challenge_response_authentication = 1; in fill_default_options()
2520 dump_cfg_fmtint(oChallengeResponseAuthentication, o->challenge_response_authentication); in dump_client_config()
Dsshconnect1.c752 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
Dmonitor.c904 authok = options.challenge_response_authentication && in mm_answer_bsdauthrespond()
953 authok = (options.challenge_response_authentication && in mm_answer_skeyrespond()
Dauth-pam.c1259 options.challenge_response_authentication = 0; in sshpam_set_maxtries_reached()
Dsshd.c1644 if (options.challenge_response_authentication)
Dsshconnect2.c372 if (options.challenge_response_authentication) in ssh_userauth2()