aboutsummaryrefslogtreecommitdiff
path: root/regress/knownhosts-command.sh
diff options
context:
space:
mode:
Diffstat (limited to 'regress/knownhosts-command.sh')
-rw-r--r--regress/knownhosts-command.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/knownhosts-command.sh b/regress/knownhosts-command.sh
index 8472ec8121c5..2ed6fa05e06a 100644
--- a/regress/knownhosts-command.sh
+++ b/regress/knownhosts-command.sh
@@ -1,4 +1,4 @@
-# $OpenBSD: knownhosts-command.sh,v 1.3 2021/08/30 01:15:45 djm Exp $
+# $OpenBSD: knownhosts-command.sh,v 1.4 2025/05/06 06:05:48 djm Exp $
# Placed in the Public Domain.
tid="known hosts command "
@@ -40,7 +40,6 @@ ${SSH} -F $OBJ/ssh_proxy x true && fail "ssh connect succeeded with bad exit"
for keytype in ${SSH_HOSTKEY_TYPES} ; do
algs=$keytype
- test "x$keytype" = "xssh-dss" && continue
test "x$keytype" = "xssh-rsa" && algs=ssh-rsa,rsa-sha2-256,rsa-sha2-512
verbose "keytype $keytype"
cat > $OBJ/knownhosts_command << _EOF