Home
last modified time | relevance | path

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

/freebsd-head/crypto/openssh/
HDreadconf.h65 int number_of_password_prompts; /* Max number of password member
HDreadconf.c1313 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()
HDsshconnect2.c1043 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()