[openssh-commits] [openssh] 02/02: upstream: disable ssh-add autoexpiry of certificates when testing
git+noreply at mindrot.org
git+noreply at mindrot.org
Thu Sep 11 17:24:47 AEST 2025
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit edc601707b583a2c900e49621e048c26574edd3a
Author: djm at openbsd.org <djm at openbsd.org>
AuthorDate: Thu Sep 11 07:23:32 2025 +0000
upstream: disable ssh-add autoexpiry of certificates when testing
expired certificates
OpenBSD-Regress-ID: 64aadd23d37fd0b3a06498151f2cf83be7ac342c
---
regress/sshsig.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regress/sshsig.sh b/regress/sshsig.sh
index dae03706d..fe0958ad2 100644
--- a/regress/sshsig.sh
+++ b/regress/sshsig.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: sshsig.sh,v 1.15 2023/10/12 03:51:08 djm Exp $
+# $OpenBSD: sshsig.sh,v 1.16 2025/09/11 07:23:32 djm Exp $
# Placed in the Public Domain.
tid="sshsig"
@@ -255,7 +255,7 @@ for t in $SIGNKEYS; do
# Check signing keys using ssh-agent.
trace "$tid: key type $t prepare agent"
${SSHADD} -D >/dev/null 2>&1 # Remove all previously-loaded keys.
- ${SSHADD} ${privkey} > /dev/null 2>&1 || fail "ssh-add failed"
+ ${SSHADD} -N ${privkey} > /dev/null 2>&1 || fail "ssh-add failed"
# Move private key to ensure agent key is used
mv ${privkey} ${privkey}.tmp
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list