[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.85 and 1.86

version 1.85, 2006/02/25 12:26:17 version 1.86, 2006/02/26 17:17:18
Line 73 
Line 73 
 Since the first obtained value for each parameter is used, more  Since the first obtained value for each parameter is used, more
 host-specific declarations should be given near the beginning of the  host-specific declarations should be given near the beginning of the
 file, and general defaults at the end.  file, and general defaults at the end.
 .Sh PATTERNS  
 A  
 .Em pattern  
 consists of zero or more non-whitespace characters,  
 .Sq *  
 (a wildcard that matches zero or more characters),  
 or  
 .Sq ?\&  
 (a wildcard that matches exactly one character).  
 For example, to specify a set of declarations for any host in the  
 .Dq .co.uk  
 set of domains,  
 the following pattern could be used:  
 .Pp  .Pp
 .Dl Host *.co.uk  
 .Pp  
 The following pattern  
 would match any host in the 192.168.0.[0-9] network range:  
 .Pp  
 .Dl Host 192.168.0.?  
 .Pp  
 A  
 .Em pattern-list  
 is a comma-separated list of patterns.  
 Patterns within pattern-lists may be negated  
 by preceding them with an exclamation mark  
 .Pq Sq !\& .  
 For example,  
 to allow a key to be used from anywhere within an organisation  
 except from the  
 .Dq dialup  
 pool,  
 the following entry (in authorized_keys) could be used:  
 .Pp  
 .Dl from=\&"!*.dialup.example.com,*.example.com\&"  
 .Sh FILE FORMAT  
 The configuration file has the following format:  The configuration file has the following format:
 .Pp  .Pp
 Empty lines and lines starting with  Empty lines and lines starting with
Line 1023 
Line 988 
 The default is  The default is
 .Pa /usr/X11R6/bin/xauth .  .Pa /usr/X11R6/bin/xauth .
 .El  .El
   .Sh PATTERNS
   A
   .Em pattern
   consists of zero or more non-whitespace characters,
   .Sq *
   (a wildcard that matches zero or more characters),
   or
   .Sq ?\&
   (a wildcard that matches exactly one character).
   For example, to specify a set of declarations for any host in the
   .Dq .co.uk
   set of domains,
   the following pattern could be used:
   .Pp
   .Dl Host *.co.uk
   .Pp
   The following pattern
   would match any host in the 192.168.0.[0-9] network range:
   .Pp
   .Dl Host 192.168.0.?
   .Pp
   A
   .Em pattern-list
   is a comma-separated list of patterns.
   Patterns within pattern-lists may be negated
   by preceding them with an exclamation mark
   .Pq Sq !\& .
   For example,
   to allow a key to be used from anywhere within an organisation
   except from the
   .Dq dialup
   pool,
   the following entry (in authorized_keys) could be used:
   .Pp
   .Dl from=\&"!*.dialup.example.com,*.example.com\&"
 .Sh FILES  .Sh FILES
 .Bl -tag -width Ds  .Bl -tag -width Ds
 .It Pa ~/.ssh/config  .It Pa ~/.ssh/config

Legend:
Removed from v.1.85  
changed lines
  Added in v.1.86