[openssh-commits] [openssh] 02/02: upstream: Remove leftover debugging.
git+noreply at mindrot.org
git+noreply at mindrot.org
Tue Feb 24 12:21:53 AEDT 2026
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit 4ed5f9ecca9ed867c9f1040a3425af35f0703675
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Tue Feb 24 00:39:59 2026 +0000
upstream: Remove leftover debugging.
OpenBSD-Regress-ID: e778d76b21696a14db80f31b9e79601f2d7a9abf
---
regress/kbdint.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/regress/kbdint.sh b/regress/kbdint.sh
index 5629270b0..7db876180 100644
--- a/regress/kbdint.sh
+++ b/regress/kbdint.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: kbdint.sh,v 1.1 2026/02/15 22:29:30 dtucker Exp $
+# $OpenBSD: kbdint.sh,v 1.2 2026/02/24 00:39:59 dtucker Exp $
# Placed in the Public Domain.
#
# This tests keyboard-interactive authentication. It does not run by default,
@@ -81,7 +81,6 @@ for i in 0 1 2 3 4 5 6 7 8 9; do printf '1\n2\n3\n4\n5\n6\n7\n8\n9\n'; done \
>${OBJ}/replypass
echo 1 >${OBJ}/replypass.N
${SSH} $opts -F $OBJ/ssh_proxy somehost true
-fail foo
if [ $? -eq 0 ]; then
fail "ssh unexpectedly succeeded with password spam"
fi
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list