[openssh-commits] [openssh] 02/02: upstream: Don't explicitly set HostbasedAuthentication in
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Jan 7 09:50:21 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit dc38236ab6827dec575064cac65c8e7035768773
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date: Thu Jan 6 22:14:25 2022 +0000
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 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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list