Searched refs:number_of_password_prompts (Results 1 – 3 of 3) sorted by relevance
65 int number_of_password_prompts; /* Max number of password member
1313 intptr = &options->number_of_password_prompts; in process_config_line_depth()2611 options->number_of_password_prompts = -1; in initialize_options()2784 if (options->number_of_password_prompts == -1) in fill_default_options()2785 options->number_of_password_prompts = 3; in fill_default_options()3616 dump_cfg_int(oNumberOfPasswordPrompts, o->number_of_password_prompts); in dump_client_config()
1043 if (authctxt->attempt_passwd++ >= options.number_of_password_prompts) in userauth_passwd()1537 for (i = 0; i <= options.number_of_password_prompts; i++) { in load_identity_file()1915 if (authctxt->attempt_kbdint++ >= options.number_of_password_prompts) in userauth_kbdint()