Home
last modified time | relevance | path

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

/openbsd/usr.bin/ssh/
H A Dauth2-kbdint.c58 if (options.kbd_interactive_authentication) in userauth_kbdint()
H A Dauth2-methods.c65 &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 Dservconf.c120 options->kbd_interactive_authentication = -1; in initialize_server_options()
356 if (options->kbd_interactive_authentication == -1) in fill_default_server_options()
357 options->kbd_interactive_authentication = 1; in fill_default_server_options()
1576 intptr = &options->kbd_interactive_authentication; in process_server_config_line_depth()
2829 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
3161 o->kbd_interactive_authentication); in dump_config()
H A Dmonitor.c923 if (!options.kbd_interactive_authentication) in mm_answer_bsdauthquery()
955 if (!options.kbd_interactive_authentication) in mm_answer_bsdauthrespond()
962 authok = options.kbd_interactive_authentication && in mm_answer_bsdauthrespond()
H A Dreadconf.c1236 intptr = &options->kbd_interactive_authentication; in process_config_line_depth()
2600 options->kbd_interactive_authentication = -1; in initialize_options()
2766 if (options->kbd_interactive_authentication == -1) in fill_default_options()
2767 options->kbd_interactive_authentication = 1; in fill_default_options()
3590 dump_cfg_fmtint(oKbdInteractiveAuthentication, o->kbd_interactive_authentication); in dump_client_config()
H A Dsshconnect.c1310 if (options.kbd_interactive_authentication) { in check_host_key()
1313 options.kbd_interactive_authentication = 0; in check_host_key()
H A Dsshconnect2.c400 &options.kbd_interactive_authentication,