[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.23 and 1.24

version 1.23, 2003/10/12 13:12:13 version 1.24, 2003/11/12 16:39:58
Line 642 
Line 642 
 .It Cm VerifyHostKeyDNS  .It Cm VerifyHostKeyDNS
 Specifies whether to verify the remote key using DNS and SSHFP resource  Specifies whether to verify the remote key using DNS and SSHFP resource
 records.  records.
   If this option is set to
   .Dq yes ,
   the client will implicitly trust keys that matches a secure fingerprint
   from DNS.
   Insecure fingerprints will be handled as if this option was set to
   .Dq ask .
   If this option is set to
   .Dq ask ,
   information on fingerprint match will be displayed, but the user will still
   need to confirm new host keys according to the
   .Cm StrictHostKeyChecking
   option.
   The argument must be
   .Dq yes ,
   .Dq no
   or
   .Dq ask  .
 The default is  The default is
 .Dq no .  .Dq no .
 Note that this option applies to protocol version 2 only.  Note that this option applies to protocol version 2 only.

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24