[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.131 and 1.132

version 1.131, 2001/08/22 17:45:16 version 1.132, 2001/08/28 15:39:48
Line 57 
Line 57 
 .Op Fl m Ar mac_spec  .Op Fl m Ar mac_spec
 .Op Fl o Ar option  .Op Fl o Ar option
 .Op Fl p Ar port  .Op Fl p Ar port
   .Op Fl F Ar configfile
 .Oo Fl L Xo  .Oo Fl L Xo
 .Sm off  .Sm off
 .Ar port :  .Ar port :
Line 564 
Line 565 
 configuration files; see the  configuration files; see the
 .Cm Compression  .Cm Compression
 option below.  option below.
   .It Fl F Ar configfile
   Specifies an alternative per-user configuration file.
   If a configuration file is given on the command line,
   the system-wide configuration file
   .Pq Pa /etc/ssh_config
   will be ignored.
   The default for the per-user configuration file is
   .Pa $HOME/.ssh/config .
 .It Fl L Ar port:host:hostport  .It Fl L Ar port:host:hostport
 Specifies that the given port on the local (client) host is to be  Specifies that the given port on the local (client) host is to be
 forwarded to the given host and port on the remote side.  forwarded to the given host and port on the remote side.

Legend:
Removed from v.1.131  
changed lines
  Added in v.1.132