]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: Stop using DSA in dropbear interop tests.
authoranton@openbsd.org <anton@openbsd.org>
Tue, 18 Jun 2024 06:14:27 +0000 (06:14 +0000)
committerDarren Tucker <dtucker@dtucker.net>
Tue, 18 Jun 2024 09:57:36 +0000 (19:57 +1000)
OpenBSD-Regress-ID: abfd4457d99d8cc1417fd22ca2c570270f74c1cf

regress/dropbear-kex.sh
regress/test-exec.sh

index a25de3eddb7c5add78e781b63f7f5c9a38e978ab..092a26ff29e3ba58569816f6e4e0167960345e24 100644 (file)
@@ -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
 
index e483bc2aa6511b38cd44b90eb44ae7c0b3b1c96f..aa5b1a5e5c2886bfe20379d0f874111b61918cb5 100644 (file)
@@ -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
@@ -846,7 +846,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 \