[openssh-commits] [openssh] branch master updated (5c02dd1 -> ed877ef)

git+noreply at mindrot.org git+noreply at mindrot.org
Fri Jul 15 14:20:13 AEST 2016


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

djm pushed a change to branch master
in repository openssh.

      from  5c02dd1   Map umac_ctx struct name too.
       new  ed877ef   upstream commit

The 1 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 ed877ef653847d056bb433975d731b7a1132a979
Author: djm at openbsd.org <djm at openbsd.org>
Date:   Fri Jul 15 00:24:30 2016 +0000

    upstream commit
    
    Add a ProxyJump ssh_config(5) option and corresponding -J
    ssh(1) command-line flag to allow simplified indirection through a SSH
    bastion or "jump host".
    
    These options construct a proxy command that connects to the
    specified jump host(s) (more than one may be specified) and uses
    port-forwarding to establish a connection to the next destination.
    
    This codifies the safest way of indirecting connections through SSH
    servers and makes it easy to use.
    
    ok markus@
    
    Upstream-ID: fa899cb8b26d889da8f142eb9774c1ea36b04397

Summary of changes:
 misc.c       | 63 +++++++++++++++++++++++++++++++++++++++-
 misc.h       |  3 +-
 readconf.c   | 95 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++----
 readconf.h   |  8 ++++-
 ssh.1        | 24 +++++++++++++--
 ssh.c        | 77 +++++++++++++++++++++++++++++++++++++++---------
 ssh_config.5 | 28 ++++++++++++++++--
 7 files changed, 271 insertions(+), 27 deletions(-)

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


More information about the openssh-commits mailing list