[openssh-commits] [openssh] branch master updated (a48533a8 -> dc38236a)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jan 7 09:50:19 AEDT 2022


This is an automated email from the git hooks/post-receive script.

dtucker pushed a change to branch master
in repository openssh.

      from  a48533a8  depend
       new  e12d912d  upstream: Add test for hostbased auth. It requires some external
       new  dc38236a  upstream: Don't explicitly set HostbasedAuthentication in

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Detailed log of new commits:

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

commit e12d912ddf1c873cb72e5de9a197afbe0b6622d2
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Thu Jan 6 21:46:56 2022 +0000

    upstream: Add test for hostbased auth. It requires some external
    
    setup (see comments at the top) and thus is disabled unless
    TEST_SSH_HOSTBASED_AUTH and SUDO are set.
    
    OpenBSD-Regress-ID: 3ec8ba3750c5b595fc63e7845d13483065a4827a

Summary of changes:
 regress/Makefile     |  6 ++---
 regress/hostbased.sh | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 regress/test-exec.sh |  3 +--
 3 files changed, 66 insertions(+), 5 deletions(-)
 create mode 100644 regress/hostbased.sh

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list