[openssh-commits] [openssh] branch master updated (dbaaa01d -> 6736fe68)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 17 13:53:09 AEST 2020


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

djm pushed a change to branch master
in repository openssh.

      from  dbaaa01d  upstream: - Add [-a rounds] in ssh-keygen man page and usage() -
       new  c4f23994  upstream: Add %-TOKEN, environment variable and tilde expansion to
       new  8df5774a  upstream: Add a '%k' TOKEN that expands to the effective HostKey of
       new  287dc639  upstream: log error message for process_write() write failures
       new  6736fe68  upstream: Add tests for expansions on UserKnownHostsFile.

The 4 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 6736fe680704a3518cb4f3f8f6723b00433bd3dd
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 17 03:26:58 2020 +0000

    upstream: Add tests for expansions on UserKnownHostsFile.
    
    OpenBSD-Regress-ID: bccf8060306c841bbcceb1392644f906a4d6ca51

commit 287dc6396e0f9cb2393f901816dbd7f2a7dfbb5f
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 17 03:51:32 2020 +0000

    upstream: log error message for process_write() write failures
    
    OpenBSD-Commit-ID: f733d7b3b05e3c68967dc18dfe39b9e8fad29851

commit 8df5774a42d2eaffe057bd7f293fc6a4b1aa411c
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 17 03:43:42 2020 +0000

    upstream: Add a '%k' TOKEN that expands to the effective HostKey of
    
    the destination.  This allows, eg, keeping host keys in individual files
    using "UserKnownHostsFile ~/.ssh/known_hosts.d/%k". bz#1654, ok djm@, jmc@
    (man page bits)
    
    OpenBSD-Commit-ID: 7084d723c9cc987a5c47194219efd099af5beadc

commit c4f239944a4351810fd317edf408bdcd5c0102d9
Author: dtucker at openbsd.org <dtucker at openbsd.org>
Date:   Fri Jul 17 03:23:10 2020 +0000

    upstream: Add %-TOKEN, environment variable and tilde expansion to
    
    UserKnownHostsFile, allowing the file to be automagically split up in the
    configuration (eg bz#1654).  ok djm@, man page parts jmc@
    
    OpenBSD-Commit-ID: 7e1b406caf147638bb51558836a72d6cc0bd1b18

Summary of changes:
 regress/percent.sh | 39 +++++++++++++++++++++++++++++----------
 sftp-server.c      |  9 +++++----
 ssh.c              | 21 ++++++++++++++++++++-
 ssh_config         |  3 ++-
 ssh_config.5       | 21 ++++++++++++++++-----
 sshconnect.c       |  5 ++++-
 6 files changed, 76 insertions(+), 22 deletions(-)

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


More information about the openssh-commits mailing list