Home | History | Annotate | Download | only in openssh

Lines Matching defs:attempt

268 	int attempt;
895 static int attempt = 0;
901 if (attempt++ >= options.number_of_password_prompts)
904 if (attempt != 1)
1526 static int attempt = 0;
1528 if (attempt++ >= options.number_of_password_prompts)
1531 if (attempt > 1 && !authctxt->info_req_seen) {