[openssh-commits] [openssh] branch master updated (a00f59a6 -> 21625a64)

git+noreply at mindrot.org git+noreply at mindrot.org
Mon Nov 7 22:22:59 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  a00f59a6  upstream: fix parsing of hex cert expiry time; was checking whether the
       new  1d78d256  upstream: Check for and disallow MaxStartups values less than or
       new  74769160  upstream: Remove some set but otherwise unused variables, spotted
       new  21625a64  upstream: The IdentityFile option in ssh_config can also be used to

The 3 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 21625a6424258a92a96a3bb73ae6aabc5ed8a6b4
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Nov 7 10:09:28 2022 +0000

    upstream: The IdentityFile option in ssh_config can also be used to
    
    specify a public key file, as documented in ssh.1 for the -i option. Document
    this also for IdentityFile in ssh_config.5, for documentation completeness.
    From laalsaas at systemli.org via portable github PR#352, ok jmc@ djm@
    
    OpenBSD-Commit-ID: 2f943be9f96e60ef81a9a4faa25b009999f9883b

commit 747691604d3325ed2b62bad85b6fd8563ad32f6c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Nov 7 10:05:38 2022 +0000

    upstream: Remove some set but otherwise unused variables, spotted
    
    in -portable by clang 16's -Wunused-but-set-variable.  ok djm@
    
    OpenBSD-Commit-ID: 3d943ddf2369b38fbf89f5f19728e7dc1daf3982

commit 1d78d25653805aefc7a8dd9d86cd7359ada3823c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Mon Nov 7 10:02:59 2022 +0000

    upstream: Check for and disallow MaxStartups values less than or
    
    equal to zero during config parsing, rather than faling later at runtime.
    bz#3489, ok djm@
    
    OpenBSD-Commit-ID: d79c2b7a8601eb9be493629a91245d761154308b

Summary of changes:
 kex.c        | 6 +++---
 servconf.c   | 9 ++++++---
 ssh_config.5 | 8 ++++++--
 3 files changed, 15 insertions(+), 8 deletions(-)

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


More information about the openssh-commits mailing list