Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/
H A Dsshconnect2.c335 int attempt_kbdint; member
445 authctxt.attempt_kbdint = 0; in ssh_userauth2()
1915 if (authctxt->attempt_kbdint++ >= options.number_of_password_prompts) in userauth_kbdint()
1918 if (authctxt->attempt_kbdint > 1 && !authctxt->info_req_seen) { in userauth_kbdint()