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

Diff for /src/usr.bin/ssh/ssh.1 between version 1.289 and 1.290

version 1.289, 2010/01/09 23:04:13 version 1.290, 2010/01/11 01:39:46
Line 77 
Line 77 
 .Sm on  .Sm on
 .Oc  .Oc
 .Op Fl S Ar ctl_path  .Op Fl S Ar ctl_path
 .Bk -words  .Op Fl W Ar host : Ns Ar port
 .Oo Fl w Ar local_tun Ns  .Oo Fl w Ar local_tun Ns
 .Op : Ns Ar remote_tun Oc  .Op : Ns Ar remote_tun Oc
 .Oo Ar user Ns @ Oc Ns Ar hostname  .Oo Ar user Ns @ Oc Ns Ar hostname
 .Op Ar command  .Op Ar command
 .Ek  
 .Sh DESCRIPTION  .Sh DESCRIPTION
 .Nm  .Nm
 (SSH client) is a program for logging into a remote machine and for  (SSH client) is a program for logging into a remote machine and for
Line 594 
Line 593 
 .Fl v  .Fl v
 options increase the verbosity.  options increase the verbosity.
 The maximum is 3.  The maximum is 3.
   .It Fl W Ar host : Ns Ar port
   Requests that standard input and output on the client be forwarded to
   .Ar host
   on
   .Ar port
   over the secure channel.
   Implies
   .Fl N ,
   .Fl T ,
   .Cm ExitOnForwardFailure
   and
   .Cm ClearAllForwardings
   and works with Protocol version 2 only.
 .It Fl w Xo  .It Fl w Xo
 .Ar local_tun Ns Op : Ns Ar remote_tun  .Ar local_tun Ns Op : Ns Ar remote_tun
 .Xc  .Xc

Legend:
Removed from v.1.289  
changed lines
  Added in v.1.290