Home
last modified time | relevance | path

Searched refs:kbd_interactive_authentication (Results 1 – 10 of 10) sorted by relevance

/freebsd/crypto/openssh/
H A Dauth2-kbdint.c60 if (options.kbd_interactive_authentication) in userauth_kbdint()
H A Dauth2-methods.c67 &options.kbd_interactive_authentication
H A Dreadconf.h45 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ member
H A Dservconf.h159 int kbd_interactive_authentication; /* If true, permit */ member
H A Dmonitor.c1080 if (!options.kbd_interactive_authentication) in mm_answer_bsdauthquery()
1112 if (!options.kbd_interactive_authentication) in mm_answer_bsdauthrespond()
1119 authok = options.kbd_interactive_authentication && in mm_answer_bsdauthrespond()
1149 if (options.kbd_interactive_authentication) in mm_answer_pam_start()
1186 if (!options.kbd_interactive_authentication) in mm_answer_pam_init_ctx()
H A Dservconf.c138 options->kbd_interactive_authentication = -1; in initialize_server_options()
390 if (options->kbd_interactive_authentication == -1) in fill_default_server_options()
391 options->kbd_interactive_authentication = 1; in fill_default_server_options()
1683 intptr = &options->kbd_interactive_authentication; in process_server_config_line_depth()
2974 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
3315 o->kbd_interactive_authentication); in dump_config()
H A Dreadconf.c1302 intptr = &options->kbd_interactive_authentication; in process_config_line_depth()
2723 options->kbd_interactive_authentication = -1; in initialize_options()
2891 if (options->kbd_interactive_authentication == -1) in fill_default_options()
2892 options->kbd_interactive_authentication = 1; in fill_default_options()
3773 dump_cfg_fmtint(oKbdInteractiveAuthentication, o->kbd_interactive_authentication); in dump_client_config()
H A Dsshconnect.c1343 if (options.kbd_interactive_authentication) { in check_host_key()
1346 options.kbd_interactive_authentication = 0; in check_host_key()
H A Dauth-pam.c1320 options.kbd_interactive_authentication = 0; in sshpam_set_maxtries_reached()
H A Dsshconnect2.c408 &options.kbd_interactive_authentication,