[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.197 and 1.198

version 1.197, 2004/10/07 10:10:24 version 1.198, 2004/11/07 00:01:46
Line 62 
Line 62 
 .Ek  .Ek
 .Op Fl l Ar login_name  .Op Fl l Ar login_name
 .Op Fl m Ar mac_spec  .Op Fl m Ar mac_spec
   .Op Fl O Ar ctl_cmd
 .Op Fl o Ar option  .Op Fl o Ar option
 .Bk -words  .Bk -words
 .Op Fl p Ar port  .Op Fl p Ar port
Line 74 
Line 75 
 .Sm on  .Sm on
 .Xc  .Xc
 .Oc  .Oc
 .Op Fl S Ar ctl  .Op Fl S Ar ctl_path
 .Oo Ar user Ns @ Oc Ns Ar hostname  .Oo Ar user Ns @ Oc Ns Ar hostname
 .Op Ar command  .Op Ar command
 .Sh DESCRIPTION  .Sh DESCRIPTION
Line 613 
Line 614 
 See the  See the
 .Cm MACs  .Cm MACs
 keyword for more information.  keyword for more information.
   .It Fl O Ar ctl_cmd
   Control an active connection multiplexing master process.
   When the
   .Fl O
   option is specified, the
   .Ar ctl_cmd
   argument is interpreted and passed to the master process.
   Valid commands are:
   .Dq check
   (check that the master process is running) and
   .Dq exit
   (request the master to exit).
 .It Fl N  .It Fl N
 Do not execute a remote command.  Do not execute a remote command.
 This is useful for just forwarding ports  This is useful for just forwarding ports
Line 735 
Line 748 
 .Ar hostport .  .Ar hostport .
 .Xc  .Xc
 .Sm on  .Sm on
 .It Fl S Ar ctl  .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.
 Refer to the description of  Refer to the description of
 .Cm ControlPath  .Cm ControlPath

Legend:
Removed from v.1.197  
changed lines
  Added in v.1.198