[BACK]Return to ssh_config.5 CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/ssh_config.5 between version 1.80 and 1.81

version 1.80, 2006/02/24 10:25:14 version 1.81, 2006/02/24 10:37:07
Line 141 
Line 141 
 .Ql \&*  .Ql \&*
 as a pattern can be used to provide global  as a pattern can be used to provide global
 defaults for all hosts.  defaults for all hosts.
 See  
 .Sx PATTERNS  
 for more information on patterns.  
 The host is the  The host is the
 .Ar hostname  .Ar hostname
 argument given on the command line (i.e., the name is not converted to  argument given on the command line (i.e., the name is not converted to
 a canonicalized host name before matching).  a canonicalized host name before matching).
   .Pp
   See
   .Sx PATTERNS
   for more information on patterns.
 .It Cm AddressFamily  .It Cm AddressFamily
 Specifies which address family to use when connecting.  Specifies which address family to use when connecting.
 Valid arguments are  Valid arguments are
Line 838 
Line 839 
 .Xr sshd_config 5  .Xr sshd_config 5
 for how to configure the server.  for how to configure the server.
 Variables are specified by name, which may contain wildcard characters.  Variables are specified by name, which may contain wildcard characters.
 See  
 .Sx PATTERNS  
 for more information on patterns.  
 Multiple environment variables may be separated by whitespace or spread  Multiple environment variables may be separated by whitespace or spread
 across multiple  across multiple
 .Cm SendEnv  .Cm SendEnv
 directives.  directives.
 The default is not to send any environment variables.  The default is not to send any environment variables.
   .Pp
   See
   .Sx PATTERNS
   for more information on patterns.
 .It Cm ServerAliveCountMax  .It Cm ServerAliveCountMax
 Sets the number of server alive messages (see below) which may be  Sets the number of server alive messages (see below) which may be
 sent without  sent without

Legend:
Removed from v.1.80  
changed lines
  Added in v.1.81