Home
last modified time | relevance | path

Searched refs:number_of_password_prompts (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ssh/include/
H A Dreadconf.h107 int number_of_password_prompts; /* Max number of password member
/titanic_44/usr/src/cmd/ssh/libssh/common/
H A Dreadconf.c530 intptr = &options->number_of_password_prompts; in process_config_line()
964 options->number_of_password_prompts = -1; in initialize_options()
1082 if (options->number_of_password_prompts == -1) in fill_default_options()
1083 options->number_of_password_prompts = 3; in fill_default_options()
/titanic_44/usr/src/cmd/ssh/ssh/
H A Dsshconnect1.c269 for (i = 0; i < options.number_of_password_prompts; i++) { in try_rsa_authentication()
874 for (i = 0; i < options.number_of_password_prompts; i++) { in try_challenge_response_authentication()
934 for (i = 0; i < options.number_of_password_prompts; i++) { in try_password_authentication()
H A Dsshconnect2.c935 if (attempt++ >= options.number_of_password_prompts) in userauth_passwd()
1186 for (i = 0; i < options.number_of_password_prompts; i++) { in load_identity_file()
1313 if (attempt++ >= options.number_of_password_prompts) in userauth_kbdint()
/titanic_44/usr/src/cmd/ssh/doc/
H A DChangeLog1211 - respect number_of_password_prompts