From: dtucker Date: Thu, 6 Jan 2022 22:14:25 +0000 (+0000) Subject: Don't explicitly set HostbasedAuthentication in sshd_config. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=e878c5c1d437c0863697a5dc5b850b24670c820d;p=openbsd 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. --- diff --git a/regress/usr.bin/ssh/test-exec.sh b/regress/usr.bin/ssh/test-exec.sh index 34a7327b815..892a1b5c1d6 100644 --- a/regress/usr.bin/ssh/test-exec.sh +++ b/regress/usr.bin/ssh/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 @@ -367,7 +367,6 @@ Host * UserKnownHostsFile $OBJ/known_hosts PubkeyAuthentication yes ChallengeResponseAuthentication no - HostbasedAuthentication no PasswordAuthentication no BatchMode yes StrictHostKeyChecking yes