[openssh-commits] [openssh] branch master updated: Check regress passwd is set before enabling kbdint.

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Feb 24 12:57:24 AEDT 2026


This is an automated email from the git hooks/post-receive script.

dtucker pushed a commit to branch master
in repository openssh.

The following commit(s) were added to refs/heads/master by this push:
     new c940e709a Check regress passwd is set before enabling kbdint.
c940e709a is described below

commit c940e709ae2155a4614bc3709e393d88fdddabde
Author: Darren Tucker <dtucker at dtucker.net>
AuthorDate: Mon Feb 23 20:54:55 2026 -0500

    Check regress passwd is set before enabling kbdint.
---
 .github/run_test.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/run_test.sh b/.github/run_test.sh
index 35fb1f58a..c67d00700 100755
--- a/.github/run_test.sh
+++ b/.github/run_test.sh
@@ -52,7 +52,7 @@ else
 fi
 
 # Activate kbdint regression test for PAM
-if echo "${SSHD_CONFOPTS}" | grep -i usepam >/dev/null; then
+if echo "${SSHD_CONFOPTS}" | grep -i usepam >/dev/null && [ -f regress/password ]; then
 	cp regress/password regress/kbdintpw
 fi
 

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list