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:
djm@openbsd.org 2024-06-15 03:59:10 +00:00 committed by Damien Miller
parent 93c75471a1
commit 8d0f7eb147
No known key found for this signature in database

View File

@ -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"