mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-30 09:08:20 +08:00
upstream: crank up penalty timeouts so this should work on even the
slowest of test builders OpenBSD-Regress-ID: 70bda39c83e3fc9d0f3c1fad4542ed33e173d468
This commit is contained in:
parent
93c75471a1
commit
8d0f7eb147
@ -14,7 +14,7 @@ conf() {
|
||||
start_sshd
|
||||
}
|
||||
|
||||
conf "authfail:30s min:50s max:200s"
|
||||
conf "authfail:300s min:350s max:900s"
|
||||
|
||||
verbose "test connect"
|
||||
${SSH} -F $OBJ/ssh_config somehost true || fatal "basic connect failed"
|
||||
|
Loading…
Reference in New Issue
Block a user