[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.163 and 1.164

version 1.163, 2013/05/16 04:27:50 version 1.164, 2013/05/16 06:28:45
Line 597 
Line 597 
 Numeric IP addresses are also permitted (both on the command line and in  Numeric IP addresses are also permitted (both on the command line and in
 .Cm HostName  .Cm HostName
 specifications).  specifications).
 .It Cm IgnoreUnknown  
 Specifies a pattern-list of unknown options to be ignored if they are  
 encountered in configuration parsing.  
 This may be used to suppress errors if  
 .Nm  
 contains options that are unrecognised by  
 .Xr ssh 1 .  
 It is recommended that  
 .Cm IgnoreUnknown  
 be listed early in the configuration file as it will not be applied  
 to unknown options that appear before it.  
 .It Cm IdentitiesOnly  .It Cm IdentitiesOnly
 Specifies that  Specifies that
 .Xr ssh 1  .Xr ssh 1
Line 668 
Line 657 
 .Cm IdentityFile  .Cm IdentityFile
 directives will add to the list of identities tried (this behaviour  directives will add to the list of identities tried (this behaviour
 differs from that of other configuration directives).  differs from that of other configuration directives).
   .It Cm IgnoreUnknown
   Specifies a pattern-list of unknown options to be ignored if they are
   encountered in configuration parsing.
   This may be used to suppress errors if
   .Nm
   contains options that are unrecognised by
   .Xr ssh 1 .
   It is recommended that
   .Cm IgnoreUnknown
   be listed early in the configuration file as it will not be applied
   to unknown options that appear before it.
 .It Cm IPQoS  .It Cm IPQoS
 Specifies the IPv4 type-of-service or DSCP class for connections.  Specifies the IPv4 type-of-service or DSCP class for connections.
 Accepted values are  Accepted values are

Legend:
Removed from v.1.163  
changed lines
  Added in v.1.164