From dc38236ab6827dec575064cac65c8e7035768773 Mon Sep 17 00:00:00 2001 From: "dtucker@openbsd.org" Date: Thu, 6 Jan 2022 22:14:25 +0000 Subject: [PATCH] upstream: Don't explicitly set HostbasedAuthentication in sshd_config. It defaults to "no", and not explicitly setting it allows us to enable it for the (optional) hostbased test. OpenBSD-Regress-ID: aa8e3548eb5793721641d26e56c29f363b767c0c --- regress/test-exec.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/regress/test-exec.sh b/regress/test-exec.sh index 71204a5d7..645b53211 100644 --- a/regress/test-exec.sh +++ b/regress/test-exec.sh @@ -1,4 +1,4 @@ -# $OpenBSD: test-exec.sh,v 1.88 2022/01/04 08:38:53 dtucker Exp $ +# $OpenBSD: test-exec.sh,v 1.89 2022/01/06 22:14:25 dtucker Exp $ # Placed in the Public Domain. #SUDO=sudo @@ -550,7 +550,6 @@ Host * UserKnownHostsFile $OBJ/known_hosts PubkeyAuthentication yes ChallengeResponseAuthentication no - HostbasedAuthentication no PasswordAuthentication no BatchMode yes StrictHostKeyChecking yes