summaryrefslogtreecommitdiff
path: root/regress
diff options
context:
space:
mode:
authorAnton Lindqvist <anton@cvs.openbsd.org>2024-06-18 06:14:28 +0000
committerAnton Lindqvist <anton@cvs.openbsd.org>2024-06-18 06:14:28 +0000
commitbc4d9ed6b25bcad69ad25f05569202df74549900 (patch)
tree8d048315728aaf785958a1103c5d7b022139e8ec /regress
parentf62c63133e86923c26fd4c598d311ead0dcdf4dc (diff)
Stop using DSA in dropbear interop tests.
Diffstat (limited to 'regress')
-rw-r--r--regress/usr.bin/ssh/dropbear-kex.sh6
-rw-r--r--regress/usr.bin/ssh/test-exec.sh4
2 files changed, 5 insertions, 5 deletions
diff --git a/regress/usr.bin/ssh/dropbear-kex.sh b/regress/usr.bin/ssh/dropbear-kex.sh
index a25de3eddb7..092a26ff29e 100644
--- a/regress/usr.bin/ssh/dropbear-kex.sh
+++ b/regress/usr.bin/ssh/dropbear-kex.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: dropbear-kex.sh,v 1.1 2023/10/20 06:56:45 dtucker Exp $
+# $OpenBSD: dropbear-kex.sh,v 1.2 2024/06/18 06:14:27 anton Exp $
# Placed in the Public Domain.
tid="dropbear kex"
@@ -8,8 +8,8 @@ if test "x$REGRESS_INTEROP_DROPBEAR" != "xyes" ; then
fi
cat >>$OBJ/sshd_proxy <<EOD
-PubkeyAcceptedAlgorithms +ssh-rsa,ssh-dss
-HostkeyAlgorithms +ssh-rsa,ssh-dss
+PubkeyAcceptedAlgorithms +ssh-rsa
+HostkeyAlgorithms +ssh-rsa
EOD
cp $OBJ/sshd_proxy $OBJ/sshd_proxy.bak
diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh
index 7adf0889a03..e5f02541e83 100644
--- a/regress/usr.bin/ssh/test-exec.sh
+++ b/regress/usr.bin/ssh/test-exec.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: test-exec.sh,v 1.115 2024/06/11 01:58:27 djm Exp $
+# $OpenBSD: test-exec.sh,v 1.116 2024/06/18 06:14:27 anton Exp $
# Placed in the Public Domain.
#SUDO=sudo
@@ -647,7 +647,7 @@ esac
if test "$REGRESS_INTEROP_DROPBEAR" = "yes" ; then
trace Create dropbear keys and add to authorized_keys
mkdir -p $OBJ/.dropbear
- for i in rsa ecdsa ed25519 dss; do
+ for i in rsa ecdsa ed25519; do
if [ ! -f "$OBJ/.dropbear/id_$i" ]; then
($DROPBEARKEY -t $i -f $OBJ/.dropbear/id_$i
$DROPBEARCONVERT dropbear openssh \