diff --git a/regress/hostbased.sh b/regress/hostbased.sh index f62d6f5f1..470bce885 100644 --- a/regress/hostbased.sh +++ b/regress/hostbased.sh @@ -1,4 +1,4 @@ -# $OpenBSD: hostbased.sh,v 1.1 2022/01/06 21:46:56 dtucker Exp $ +# $OpenBSD: hostbased.sh,v 1.2 2022/01/08 07:01:13 dtucker Exp $ # Placed in the Public Domain. # This test requires external setup and thus is skipped unless @@ -18,20 +18,24 @@ elif [ -z "${SUDO}" ]; then skip "SUDO not set" fi +# Enable all supported hostkey algos (but no others) +hostkeyalgos=`${SSH} -Q HostKeyAlgorithms | tr '\n' , | sed 's/,$//'` + cat >>$OBJ/sshd_proxy <>$OBJ/ssh_proxy <