[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.189 and 1.190

version 1.189, 2004/06/13 14:01:42 version 1.190, 2004/06/13 15:03:02
Line 43 
Line 43 
 .Nd OpenSSH SSH client (remote login program)  .Nd OpenSSH SSH client (remote login program)
 .Sh SYNOPSIS  .Sh SYNOPSIS
 .Nm ssh  .Nm ssh
 .Op Fl 1246AaCfgkNnqsTtVvXxY  .Op Fl 1246AaCfgkMNnqSsTtVvXxY
 .Op Fl b Ar bind_address  .Op Fl b Ar bind_address
 .Op Fl c Ar cipher_spec  .Op Fl c Ar cipher_spec
 .Op Fl D Ar port  .Op Fl D Ar port
Line 605 
Line 605 
 See the  See the
 .Cm MACs  .Cm MACs
 keyword for more information.  keyword for more information.
   .It Fl M
   Places the
   .Nm
   client into
   .Dq master
   mode for connection sharing.
   Refer to the description of
   .Cm ControlMaster
   in
   .Xr ssh_config 5
   for details.
 .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 649 
Line 660 
 .It CompressionLevel  .It CompressionLevel
 .It ConnectionAttempts  .It ConnectionAttempts
 .It ConnectTimeout  .It ConnectTimeout
   .It ControlMaster
   .It ControlPath
 .It DynamicForward  .It DynamicForward
 .It EscapeChar  .It EscapeChar
 .It ForwardAgent  .It ForwardAgent
Line 724 
Line 737 
 .Ar hostport .  .Ar hostport .
 .Xc  .Xc
 .Sm on  .Sm on
   .It Fl S
   Places the
   .Nm
   client into slave mode for connection sharing.
   Refer to the description of
   .Cm ControlMaster
   in
   .Xr ssh_config 5
   for details.
 .It Fl s  .It Fl s
 May be used to request invocation of a subsystem on the remote system.  May be used to request invocation of a subsystem on the remote system.
 Subsystems are a feature of the SSH2 protocol which facilitate the use  Subsystems are a feature of the SSH2 protocol which facilitate the use

Legend:
Removed from v.1.189  
changed lines
  Added in v.1.190