summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index 841648906..23fc500da 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.93 2013/02/22 04:45:09 dtucker Exp $ */ 1/* $OpenBSD: readconf.h,v 1.95 2013/05/16 04:27:50 djm Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -110,6 +110,7 @@ typedef struct {
110 110
111 int enable_ssh_keysign; 111 int enable_ssh_keysign;
112 int64_t rekey_limit; 112 int64_t rekey_limit;
113 int rekey_interval;
113 int no_host_authentication_for_localhost; 114 int no_host_authentication_for_localhost;
114 int identities_only; 115 int identities_only;
115 int server_alive_interval; 116 int server_alive_interval;
@@ -136,6 +137,8 @@ typedef struct {
136 int use_roaming; 137 int use_roaming;
137 138
138 int request_tty; 139 int request_tty;
140
141 char *ignored_unknown; /* Pattern list of unknown tokens to ignore */
139} Options; 142} Options;
140 143
141#define SSHCTL_MASTER_NO 0 144#define SSHCTL_MASTER_NO 0