Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dauth2-kbdint.c52 if (options.challenge_response_authentication) in userauth_kbdint()
Dauth1.c70 &options.challenge_response_authentication,
75 &options.challenge_response_authentication,
Dreadconf.h45 int challenge_response_authentication; member
Dservconf.h86 int challenge_response_authentication; member
Dservconf.c87 options->challenge_response_authentication = -1; in initialize_server_options()
190 if (options->challenge_response_authentication == -1) in fill_default_server_options()
191 options->challenge_response_authentication = 1; in fill_default_server_options()
803 intptr = &options->challenge_response_authentication; in process_server_config_line()
1485 o->challenge_response_authentication); in dump_config()
Dreadconf.c433 intptr = &options->challenge_response_authentication; in process_config_line()
989 options->challenge_response_authentication = -1; in initialize_options()
1076 if (options->challenge_response_authentication == -1) in fill_default_options()
1077 options->challenge_response_authentication = 1; in fill_default_options()
Dsshconnect.c878 options.challenge_response_authentication = 0; in check_host_key()
881 if (options.challenge_response_authentication) { in check_host_key()
884 options.challenge_response_authentication = 0; in check_host_key()
Dsshconnect1.c725 options.challenge_response_authentication && !options.batch_mode) { in ssh_userauth1()
Dsshd.c1386 if (options.challenge_response_authentication) in main()
1872 if (options.challenge_response_authentication == 1) in do_ssh1_kex()
Dsshconnect2.c267 if (options.challenge_response_authentication) in ssh_userauth2()
Dmonitor.c674 authok = options.challenge_response_authentication && in mm_answer_bsdauthrespond()