[openssh-commits] [openssh] branch master updated (ce066f68 -> ac2e3026)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Feb 23 13:37:55 AEDT 2018


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

djm pushed a change to branch master
in repository openssh.

      from  ce066f68  Add headers for sys/audit.h.
       new  fcdb9d77  upstream: emphasise that the hostkey rotation may send key types
       new  ac2e3026  upstream: Add BindInterface ssh_config directive and -B

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 ac2e3026bbee1367e4cda34765d1106099be3287
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Feb 23 02:34:33 2018 +0000

    upstream: Add BindInterface ssh_config directive and -B
    
    command-line argument to ssh(1) that directs it to bind its outgoing
    connection to the address of the specified network interface.
    
    BindInterface prefers to use addresses that aren't loopback or link-
    local, but will fall back to those if no other addresses of the
    required family are available on that interface.
    
    Based on patch by Mike Manning in bz#2820, ok dtucker@
    
    OpenBSD-Commit-ID: c5064d285c2851f773dd736a2c342aa384fbf713

commit fcdb9d777839a3fa034b3bc3067ba8c1f6886679
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Mon Feb 19 00:55:02 2018 +0000

    upstream: emphasise that the hostkey rotation may send key types
    
    that the client may not support, and that the client should simply disregard
    such keys (this is what ssh does already).
    
    OpenBSD-Commit-ID: 65f8ffbc32ac8d12be8f913d7c0ea55bef8622bf

Summary of changes:
 PROTOCOL     |  14 +++---
 readconf.c   |  11 ++++-
 readconf.h   |   3 +-
 ssh.1        |  11 ++++-
 ssh.c        |  21 +++++----
 ssh_config.5 |  11 ++++-
 sshconnect.c | 142 ++++++++++++++++++++++++++++++++++++++++++++++++++---------
 7 files changed, 171 insertions(+), 42 deletions(-)

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


More information about the openssh-commits mailing list