]> andersk Git - openssh.git/blobdiff - readconf.h
- jakob@cvs.openbsd.org 2003/05/14 18:16:20
[openssh.git] / readconf.h
index d35472117f622952e0cfa407c9abd7e9c2fa61f3..d141b8c00f1b83f7b4236d72735d583b28187d56 100644 (file)
@@ -1,4 +1,4 @@
-/*     $OpenBSD: readconf.h,v 1.47 2003/04/02 09:48:07 markus Exp $    */
+/*     $OpenBSD: readconf.h,v 1.48 2003/05/14 18:16:20 jakob Exp $     */
 
 /*
  * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -86,6 +86,7 @@ typedef struct {
        char   *preferred_authentications;
        char   *bind_address;   /* local socket address for connection to sshd */
        char   *smartcard_device; /* Smartcard reader device */
+       int     verify_host_key_dns;    /* Verify host key using DNS */
 
        int     num_identity_files;     /* Number of files for RSA/DSA identities. */
        char   *identity_files[SSH_MAX_IDENTITY_FILES];
This page took 0.043414 seconds and 4 git commands to generate.