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
This commit is contained in:
parent
e12d912ddf
commit
dc38236ab6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue