crank up penalty timeouts so this should work on even the slowest of
authordjm <djm@openbsd.org>
Sat, 15 Jun 2024 03:59:10 +0000 (03:59 +0000)
committerdjm <djm@openbsd.org>
Sat, 15 Jun 2024 03:59:10 +0000 (03:59 +0000)
test builders

regress/usr.bin/ssh/penalty.sh

index 4308e0b..9556b31 100644 (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"