summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2003-05-15 10:19:46 +1000
committerDamien Miller <djm@mindrot.org>2003-05-15 10:19:46 +1000
commit37876e913a069036501086a247ed2ea430cea206 (patch)
tree8294744f47011c82b63ec0b46f4449ff4f26ec7c /readconf.h
parentabbae980e7532da68e7f6aa1da716fb69e7521ad (diff)
- jakob@cvs.openbsd.org 2003/05/14 18:16:20
[key.c key.h readconf.c readconf.h ssh_config.5 sshconnect.c] [dns.c dns.h README.dns ssh-keygen.1 ssh-keygen.c] add experimental support for verifying hos keys using DNS as described in draft-ietf-secsh-dns-xx.txt. more information in README.dns. ok markus@ and henning@
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index d35472117..d141b8c00 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.47 2003/04/02 09:48:07 markus Exp $ */ 1/* $OpenBSD: readconf.h,v 1.48 2003/05/14 18:16:20 jakob Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -86,6 +86,7 @@ typedef struct {
86 char *preferred_authentications; 86 char *preferred_authentications;
87 char *bind_address; /* local socket address for connection to sshd */ 87 char *bind_address; /* local socket address for connection to sshd */
88 char *smartcard_device; /* Smartcard reader device */ 88 char *smartcard_device; /* Smartcard reader device */
89 int verify_host_key_dns; /* Verify host key using DNS */
89 90
90 int num_identity_files; /* Number of files for RSA/DSA identities. */ 91 int num_identity_files; /* Number of files for RSA/DSA identities. */
91 char *identity_files[SSH_MAX_IDENTITY_FILES]; 92 char *identity_files[SSH_MAX_IDENTITY_FILES];