[openssh-commits] [openssh] 04/04: upstream: crank up MaxAuthTries to avoid failures here
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Aug 3 16:54:26 AEST 2026
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit e47a744c8b7051c56a9e46b487f68f1f803fe804
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Mon Aug 3 06:53:11 2026 +0000
upstream: crank up MaxAuthTries to avoid failures here
OpenBSD-Regress-ID: 052b0c4cc8bd6ea2679fbc9f96f4cb7f48c73035
---
regress/agent.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/regress/agent.sh b/regress/agent.sh
index bdd08c6bb..42c6a6c31 100644
--- a/regress/agent.sh
+++ b/regress/agent.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: agent.sh,v 1.26 2026/06/15 06:36:52 djm Exp $
+# $OpenBSD: agent.sh,v 1.27 2026/08/03 06:53:11 djm Exp $
# Placed in the Public Domain.
tid="simple agent test"
@@ -64,6 +64,7 @@ done
# Remove explicit identity directives from ssh_proxy
mv $OBJ/ssh_proxy $OBJ/ssh_proxy_bak
grep -vi identityfile $OBJ/ssh_proxy_bak > $OBJ/ssh_proxy
+echo "MaxAuthTries 64" >> $OBJ/sshd_proxy
${SSHADD} -l > /dev/null 2>&1
r=$?
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list