summaryrefslogtreecommitdiff
path: root/regress/test-exec.sh
diff options
context:
space:
mode:
authordtucker@openbsd.org <dtucker@openbsd.org>2022-01-06 22:14:25 +0000
committerDarren Tucker <dtucker@dtucker.net>2022-01-07 09:50:07 +1100
commitdc38236ab6827dec575064cac65c8e7035768773 (patch)
treee8f96cbe66fe9115772631037fddeb54bcd0f6e8 /regress/test-exec.sh
parente12d912ddf1c873cb72e5de9a197afbe0b6622d2 (diff)
downloadopenssh-git-dc38236ab6827dec575064cac65c8e7035768773.tar.gz
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
Diffstat (limited to 'regress/test-exec.sh')
-rw-r--r--regress/test-exec.sh3
1 files changed, 1 insertions, 2 deletions
diff --git a/regress/test-exec.sh b/regress/test-exec.sh
index 71204a5d..645b5321 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