[openssh-commits] [openssh] branch master updated (7cc3fe28 -> 8d1d9eb6)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Sep 3 17:33:25 AEST 2021


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

dtucker pushed a change to branch master
in repository openssh.

      from  7cc3fe28  upstream: Add test for client termination status on signal.
       new  b3318946  upstream: Remove redundant attrib_clear in upload_dir_internal.
       new  eb4362e5  upstream: Refer to KEX "algorithms" instead of "methods" to match
       new  8d1d9eb6  upstream: Mention using ssh -i for specifying the public key file

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 8d1d9eb6de37331e872700e9e399a3190cca1242
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Sep 3 07:27:03 2021 +0000

    upstream: Mention using ssh -i for specifying the public key file
    
    in the case where the private key is loaded into ssh-agent but is not present
    locally.  Based on patch from rafork via github PR#215, ok jmc@
    
    OpenBSD-Commit-ID: 2282e83b0ff78d2efbe705883b67240745fa5bb2

commit eb4362e5e3aa7ac26138b11e44d8c191910aff64
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Sep 3 05:25:50 2021 +0000

    upstream: Refer to KEX "algorithms" instead of "methods" to match
    
    other references and improve consistency.  Patch from scop via github PR#241,
    ok djm@
    
    OpenBSD-Commit-ID: 840bc94ff6861b28d8603c8e8c16499bfb65e32c

commit b3318946ce5725da43c4bf7eeea1b73129c47d2a
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Sep 3 05:12:25 2021 +0000

    upstream: Remove redundant attrib_clear in upload_dir_internal.
    
    The subsequent call to stat_to_attrib clears the struct as its first step
    anyway. From pmeinhardt via github PR#220, ok djm@
    
    OpenBSD-Commit-ID: f5234fc6d7425b607e179acb3383f21716f3029e

Summary of changes:
 sftp-client.c |  3 +--
 ssh.1         |  8 ++++++--
 ssh_config.5  | 10 +++++-----
 sshd_config.5 | 10 +++++-----
 4 files changed, 17 insertions(+), 14 deletions(-)

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


More information about the openssh-commits mailing list