=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/readconf.h,v retrieving revision 1.66 retrieving revision 1.66.2.2 diff -u -r1.66 -r1.66.2.2 --- src/usr.bin/ssh/readconf.h 2005/03/01 10:40:27 1.66 +++ src/usr.bin/ssh/readconf.h 2006/02/03 02:53:44 1.66.2.2 @@ -1,4 +1,4 @@ -/* $OpenBSD: readconf.h,v 1.66 2005/03/01 10:40:27 djm Exp $ */ +/* $OpenBSD: readconf.h,v 1.66.2.2 2006/02/03 02:53:44 brad Exp $ */ /* * Author: Tatu Ylonen @@ -114,8 +114,21 @@ int control_master; int hash_known_hosts; + + int tun_open; /* tun(4) */ + int tun_local; /* force tun device (optional) */ + int tun_remote; /* force tun device (optional) */ + + char *local_command; + int permit_local_command; + } Options; +#define SSHCTL_MASTER_NO 0 +#define SSHCTL_MASTER_YES 1 +#define SSHCTL_MASTER_AUTO 2 +#define SSHCTL_MASTER_ASK 3 +#define SSHCTL_MASTER_AUTO_ASK 4 void initialize_options(Options *); void fill_default_options(Options *);