[openssh-commits] [openssh] branch master updated: upstream: Fix expected output for implicit ordering test. ok djm@

git+noreply at mindrot.org git+noreply at mindrot.org
Tue Aug 4 09:49:25 AEST 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 d5dc50020 upstream: Fix expected output for implicit ordering test. ok djm@
d5dc50020 is described below

commit d5dc50020f3a9c09a99915f7dd95373e4f9986a0
Author: dtucker at openbsd.org <dtucker at openbsd.org>
AuthorDate: Mon Aug 3 23:22:23 2026 +0000

    upstream: Fix expected output for implicit ordering test. ok djm@
    
    OpenBSD-Regress-ID: 3ba8907d381fb738578ba2090d4b2f22d35a555a
---
 regress/pubkey-priority.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/regress/pubkey-priority.sh b/regress/pubkey-priority.sh
index d5d3312f2..d4f9018ee 100644
--- a/regress/pubkey-priority.sh
+++ b/regress/pubkey-priority.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: pubkey-priority.sh,v 1.1 2026/08/03 06:52:50 djm Exp $
+#	$OpenBSD: pubkey-priority.sh,v 1.2 2026/08/03 23:22:23 dtucker Exp $
 #	Placed in the Public Domain.
 
 tid="public key priority and ordering"
@@ -102,8 +102,8 @@ agent_normal_cert ED25519
 agent_sk_verify ED25519-SK
 agent_sk_notouch ED25519-SK
 explicit_agent ED25519
-$HOME/.ssh/id_rsa 
-$HOME/.ssh/id_ecdsa 
+$HOME/.ssh/id_rsa RSA
+$HOME/.ssh/id_ecdsa ECDSA
 $HOME/.ssh/id_ecdsa_sk ECDSA-SK
 $HOME/.ssh/id_ed25519 ED25519
 $HOME/.ssh/id_ed25519_sk 

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


More information about the openssh-commits mailing list