[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.126 and 1.127

version 1.126, 2001/08/01 22:16:45 version 1.127, 2001/08/14 17:54:29
Line 492 
Line 492 
 This is useful if you just want to forward ports  This is useful if you just want to forward ports
 (protocol version 2 only).  (protocol version 2 only).
 .It Fl o Ar option  .It Fl o Ar option
 Can be used to give options in the format used in the config file.  Can be used to give options in the format used in the configuration file.
 This is useful for specifying options for which there is no separate  This is useful for specifying options for which there is no separate
 command-line flag.  command-line flag.
 The option has the same format as a line in the configuration file.  
 .It Fl p Ar port  .It Fl p Ar port
 Port to connect to on the remote host.  Port to connect to on the remote host.
 This can be specified on a  This can be specified on a
Line 613 
Line 612 
 .El  .El
 .Sh CONFIGURATION FILES  .Sh CONFIGURATION FILES
 .Nm  .Nm
 obtains configuration data from the following sources (in this order):  obtains configuration data from the following sources in
   the following order:
 command line options, user's configuration file  command line options, user's configuration file
 .Pq Pa $HOME/.ssh/config ,  .Pq Pa $HOME/.ssh/config ,
 and system-wide configuration file  and system-wide configuration file
Line 638 
Line 638 
 .Pp  .Pp
 Otherwise a line is of the format  Otherwise a line is of the format
 .Dq keyword arguments .  .Dq keyword arguments .
   Configuration options may be separated by whitespace or
   optional whitespace and exactly one
   .Ql = ;
   the latter format is useful to avoid the need to quote whitespace
   when specifying configuration options using the
   .Nm ssh ,
   .Nm scp
   and
   .Nm sftp
   .Fl o
   option.
   .Pp
 The possible  The possible
 keywords and their meanings are as follows (note that the  keywords and their meanings are as follows (note that the
 configuration files are case-sensitive):  configuration files are case-sensitive):

Legend:
Removed from v.1.126  
changed lines
  Added in v.1.127