summaryrefslogtreecommitdiff
path: root/readconf.h
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2009-12-29 21:34:25 +0000
committerColin Watson <cjwatson@debian.org>2009-12-29 21:34:25 +0000
commitfa585019a79ebcb4e0202b1c33f87ff1c5c9ce1c (patch)
tree28fc9a13eaab935e4de055b561b333d67387a934 /readconf.h
parent04942aa41fa94ec6f2c3ce1d348f600f31bb7c78 (diff)
parent3e2e0ac10674d77618c4c7339e18b83ced247492 (diff)
import openssh-4.3p2-gsskex-20060223.patch
Diffstat (limited to 'readconf.h')
-rw-r--r--readconf.h10
1 files changed, 9 insertions, 1 deletions
diff --git a/readconf.h b/readconf.h
index b403c10ec..bb70e9373 100644
--- a/readconf.h
+++ b/readconf.h
@@ -1,4 +1,4 @@
1/* $OpenBSD: readconf.h,v 1.67 2005/06/08 11:25:09 djm Exp $ */ 1/* $OpenBSD: readconf.h,v 1.68 2005/12/06 22:38:27 reyk Exp $ */
2 2
3/* 3/*
4 * Author: Tatu Ylonen <ylo@cs.hut.fi> 4 * Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -115,6 +115,14 @@ typedef struct {
115 int control_master; 115 int control_master;
116 116
117 int hash_known_hosts; 117 int hash_known_hosts;
118
119 int tun_open; /* tun(4) */
120 int tun_local; /* force tun device (optional) */
121 int tun_remote; /* force tun device (optional) */
122
123 char *local_command;
124 int permit_local_command;
125
118} Options; 126} Options;
119 127
120#define SSHCTL_MASTER_NO 0 128#define SSHCTL_MASTER_NO 0