[openssh-commits] [openssh] 02/04: upstream: Switch keys-command test from rsa to ed25519 since it's

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Jul 25 20:12:01 AEST 2019


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

dtucker pushed a commit to branch master
in repository openssh.

commit 47f8ff1fa5b76790c1d785815fd13ee6009f8012
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jul 25 08:48:11 2019 +0000

    upstream: Switch keys-command test from rsa to ed25519 since it's
    
    supported for both OpenSSL and non-OpenSSL builds.
    
    OpenBSD-Regress-ID: 174be4be876edd493e4a5c851e5bc579885e7a0a
---
 regress/keys-command.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/regress/keys-command.sh b/regress/keys-command.sh
index d166fc58..33b6e7b4 100644
--- a/regress/keys-command.sh
+++ b/regress/keys-command.sh
@@ -1,4 +1,4 @@
-#	$OpenBSD: keys-command.sh,v 1.5 2018/11/22 08:48:32 dtucker Exp $
+#	$OpenBSD: keys-command.sh,v 1.6 2019/07/25 08:48:11 dtucker Exp $
 #	Placed in the Public Domain.
 
 tid="authorized keys from command"
@@ -14,8 +14,8 @@ rm -f $OBJ/keys-command-args
 touch $OBJ/keys-command-args
 chmod a+rw $OBJ/keys-command-args
 
-expected_key_text=`awk '{ print $2 }' < $OBJ/rsa.pub`
-expected_key_fp=`$SSHKEYGEN -lf $OBJ/rsa.pub | awk '{ print $2 }'`
+expected_key_text=`awk '{ print $2 }' < $OBJ/ssh-ed25519.pub`
+expected_key_fp=`$SSHKEYGEN -lf $OBJ/ssh-ed25519.pub | awk '{ print $2 }'`
 
 # Establish a AuthorizedKeysCommand in /var/run where it will have
 # acceptable directory permissions.

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


More information about the openssh-commits mailing list