diff options
author | Darren Tucker <dtucker@cvs.openbsd.org> | 2014-07-22 23:23:23 +0000 |
---|---|---|
committer | Darren Tucker <dtucker@cvs.openbsd.org> | 2014-07-22 23:23:23 +0000 |
commit | 43514b814b6a471a815526d645d01c91acb3c943 (patch) | |
tree | a5c0897687f81bb9bdc3d1e4643db66571c877c3 /regress/usr.bin/ssh/unittests | |
parent | 6e78617329e30843761031dca1ccd766abb5cb56 (diff) |
Sign test certs with ed25519 instead of ecdsa so that they'll work in
-portable on platforms that don't have ECDSA in their OpenSSL. ok djm
Diffstat (limited to 'regress/usr.bin/ssh/unittests')
-rwxr-xr-x | regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh b/regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh index 2039bf97480..59e8c044ba0 100755 --- a/regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh +++ b/regress/usr.bin/ssh/unittests/sshkey/mktestdata.sh @@ -150,13 +150,13 @@ ssh-keygen -s rsa_2 -I hugo -n user1,user2 \ -Oforce-command=/bin/ls -Ono-port-forwarding -Osource-address=10.0.0.0/8 \ -V 19990101:20110101 -z 4 ed25519_1.pub -ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \ +ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \ -V 19990101:20110101 -z 5 rsa_1.pub -ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \ +ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \ -V 19990101:20110101 -z 6 dsa_1.pub ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \ -V 19990101:20110101 -z 7 ecdsa_1.pub -ssh-keygen -s ecdsa_1 -I julius -n host1,host2 -h \ +ssh-keygen -s ed25519_1 -I julius -n host1,host2 -h \ -V 19990101:20110101 -z 8 ed25519_1.pub ssh-keygen -lf rsa1_1 | awk '{print $2}' > rsa1_1.fp |