artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b953291
)
crank up penalty timeouts so this should work on even the slowest of
author
djm
<djm@openbsd.org>
Sat, 15 Jun 2024 03:59:10 +0000
(
03:59
+0000)
committer
djm
<djm@openbsd.org>
Sat, 15 Jun 2024 03:59:10 +0000
(
03:59
+0000)
test builders
regress/usr.bin/ssh/penalty.sh
patch
|
blob
|
history
diff --git
a/regress/usr.bin/ssh/penalty.sh
b/regress/usr.bin/ssh/penalty.sh
index
4308e0b
..
9556b31
100644
(file)
--- a/
regress/usr.bin/ssh/penalty.sh
+++ b/
regress/usr.bin/ssh/penalty.sh
@@
-14,7
+14,7
@@
conf() {
start_sshd
}
-conf "authfail:30
s min:50s max:2
00s"
+conf "authfail:30
0s min:350s max:9
00s"
verbose "test connect"
${SSH} -F $OBJ/ssh_config somehost true || fatal "basic connect failed"