Home
last modified time | relevance | path

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

/mirbsd/src/usr.bin/ssh/
Dauth2-kbdint.c63 &options.kbd_interactive_authentication
Dreadconf.h49 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ member
Dservconf.h85 int kbd_interactive_authentication; /* If true, permit */ member
Dservconf.c86 options->kbd_interactive_authentication = -1; in initialize_server_options()
188 if (options->kbd_interactive_authentication == -1) in fill_default_server_options()
189 options->kbd_interactive_authentication = 0; in fill_default_server_options()
799 intptr = &options->kbd_interactive_authentication; in process_server_config_line()
1282 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
1483 o->kbd_interactive_authentication); in dump_config()
Dreadconf.c409 intptr = &options->kbd_interactive_authentication; in process_config_line()
991 options->kbd_interactive_authentication = -1; in initialize_options()
1080 if (options->kbd_interactive_authentication == -1) in fill_default_options()
1081 options->kbd_interactive_authentication = 1; in fill_default_options()
Dsshconnect.c874 if (options.kbd_interactive_authentication) { in check_host_key()
877 options.kbd_interactive_authentication = 0; in check_host_key()
Dsshconnect2.c245 &options.kbd_interactive_authentication,
268 options.kbd_interactive_authentication = 1; in ssh_userauth2()
Dsshd.c1387 options.kbd_interactive_authentication = 1; in main()