CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2016/07/14 18:24:30
Modified files:
usr.bin/ssh : misc.c misc.h readconf.c readconf.h ssh.1 ssh.c
ssh_config.5
Log message:
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@