[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.304 and 1.305

version 1.304, 2010/03/26 06:54:36 version 1.305, 2010/05/16 12:55:51
Line 421 
Line 421 
 argument is interpreted and passed to the master process.  argument is interpreted and passed to the master process.
 Valid commands are:  Valid commands are:
 .Dq check  .Dq check
 (check that the master process is running) and  (check that the master process is running),
   .Dq forward
   (request forwardings without command execution) and
 .Dq exit  .Dq exit
 (request the master to exit).  (request the master to exit).
 .It Fl o Ar option  .It Fl o Ar option
Line 557 
Line 559 
 .Ql 0 ,  .Ql 0 ,
 the listen port will be dynamically allocated on the server and reported  the listen port will be dynamically allocated on the server and reported
 to the client at run time.  to the client at run time.
   When used together with
   .Ic -O forward
   the allocated port will be printed to the standard output.
 .It Fl S Ar ctl_path  .It Fl S Ar ctl_path
 Specifies the location of a control socket for connection sharing,  Specifies the location of a control socket for connection sharing,
 or the string  or the string

Legend:
Removed from v.1.304  
changed lines
  Added in v.1.305