Don't explicitly set HostbasedAuthentication in sshd_config.
authordtucker <dtucker@openbsd.org>
Thu, 6 Jan 2022 22:14:25 +0000 (22:14 +0000)
committerdtucker <dtucker@openbsd.org>
Thu, 6 Jan 2022 22:14:25 +0000 (22:14 +0000)
It defaults to "no", and not explicitly setting it allows us to enable
it for the (optional) hostbased test.

regress/usr.bin/ssh/test-exec.sh

index 34a7327..892a1b5 100644 (file)
@@ -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