Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dauth2-kbdint.c55 if (options.kbd_interactive_authentication) in userauth_kbdint()
83 &options.kbd_interactive_authentication,
H A Dservconf.c120 options->kbd_interactive_authentication = -1; in initialize_server_options()
336 if (options->kbd_interactive_authentication == -1) in fill_default_server_options()
337 options->kbd_interactive_authentication = 1; in fill_default_server_options()
1010 intptr = &options->kbd_interactive_authentication; in process_server_config_line()
1442 M_CP_INTOPT(kbd_interactive_authentication); in copy_set_server_options()
H A Dsshd.c1012 if (options.kbd_interactive_authentication != 1 && in main()
1014 options.kbd_interactive_authentication = 0; in main()
/titanic_41/usr/src/cmd/ssh/include/
H A Dreadconf.h91 int kbd_interactive_authentication; /* Try keyboard-interactive auth. */ member
H A Dservconf.h115 int kbd_interactive_authentication; member
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c420 intptr = &options->kbd_interactive_authentication; in process_config_line()
951 options->kbd_interactive_authentication = -1; in initialize_options()
1060 if (options->kbd_interactive_authentication == -1) in fill_default_options()
1061 options->kbd_interactive_authentication = 1; in fill_default_options()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dsshconnect2.c295 &options.kbd_interactive_authentication,
318 options.kbd_interactive_authentication = 1; in ssh_userauth2()