[BACK]Return to ssh_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.232 and 1.233

version 1.232, 2016/05/04 14:29:58 version 1.233, 2016/07/15 00:24:30
Line 1358 
Line 1358 
 .Bd -literal -offset 3n  .Bd -literal -offset 3n
 ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p  ProxyCommand /usr/bin/nc -X connect -x 192.0.2.0:8080 %h %p
 .Ed  .Ed
   .It Cm ProxyJump
   Specifies one or more jump proxies as
   .Xo
   .Sm off
   .Oo Ar user @ Oc
   .Ar host
   .Ns Op : Ns Ar port
   .Sm on
   .Xc .
   Multiple proxies may be separated by comma characters.
   Setting this option will cause
   .Xr ssh 1
   to connect to the target host by first making a
   .Xr ssh 1
   connection to the specified
   .Cm ProxyJump
   host and then establishing a
   a TCP forwarding to the ultimate target from there.
   .Pp
   Note that this option will compete with the
   .Cm ProxyCommand
   option - whichever is specified first will prevent later instances of the
   other from taking effect.
   .Pp
 .It Cm ProxyUseFdpass  .It Cm ProxyUseFdpass
 Specifies that  Specifies that
 .Cm ProxyCommand  .Cm ProxyCommand

Legend:
Removed from v.1.232  
changed lines
  Added in v.1.233