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.h157 int kbd_interactive_authentication; /* If true, permit */ member
H A Dmonitor.c1047 if (!options.kbd_interactive_authentication) in mm_answer_bsdauthquery()
1079 if (!options.kbd_interactive_authentication) in mm_answer_bsdauthrespond()
1086 authok = options.kbd_interactive_authentication && in mm_answer_bsdauthrespond()
1116 if (options.kbd_interactive_authentication) in mm_answer_pam_start()
1152 if (!options.kbd_interactive_authentication) in mm_answer_pam_init_ctx()
H A Dservconf.c144 options->kbd_interactive_authentication = -1; in initialize_server_options()
396 if (options->kbd_interactive_authentication == -1) in fill_default_server_options()
397 options->kbd_interactive_authentication = 1; in fill_default_server_options()
1678 intptr = &options->kbd_interactive_authentication; in process_server_config_line_depth()
2939 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
3277 o->kbd_interactive_authentication); in dump_config()
H A Dreadconf.c1303 intptr = &options->kbd_interactive_authentication; in process_config_line_depth()
2667 options->kbd_interactive_authentication = -1; in initialize_options()
2833 if (options->kbd_interactive_authentication == -1) in fill_default_options()
2834 options->kbd_interactive_authentication = 1; in fill_default_options()
3664 dump_cfg_fmtint(oKbdInteractiveAuthentication, o->kbd_interactive_authentication); in dump_client_config()
H A Dsshconnect.c1357 if (options.kbd_interactive_authentication) { in check_host_key()
1360 options.kbd_interactive_authentication = 0; in check_host_key()
H A Dauth-pam.c1411 options.kbd_interactive_authentication = 0; in sshpam_set_maxtries_reached()
H A Dsshconnect2.c407 &options.kbd_interactive_authentication,