comparison runopts.h @ 1207:81063d78fe69

Merge pull request #16 from annulen/openssh_options Implemented ExitOnForwardFailure option for local and remote forwarding.
author Matt Johnston <matt@ucc.asn.au>
date Tue, 15 Dec 2015 21:30:59 +0800
parents 86a9e0204c03 2907c658fa76
children 64a50eac1030
comparison
equal deleted inserted replaced
1204:d2f9ef67af15 1207:81063d78fe69
138 int backgrounded; 138 int backgrounded;
139 int is_subsystem; 139 int is_subsystem;
140 #ifdef ENABLE_CLI_PUBKEY_AUTH 140 #ifdef ENABLE_CLI_PUBKEY_AUTH
141 m_list *privkeys; /* Keys to use for public-key auth */ 141 m_list *privkeys; /* Keys to use for public-key auth */
142 #endif 142 #endif
143 #ifdef ENABLE_CLI_ANYTCPFWD
144 int exit_on_fwd_failure;
145 #endif
143 #ifdef ENABLE_CLI_REMOTETCPFWD 146 #ifdef ENABLE_CLI_REMOTETCPFWD
144 m_list * remotefwds; 147 m_list * remotefwds;
145 #endif 148 #endif
146 #ifdef ENABLE_CLI_LOCALTCPFWD 149 #ifdef ENABLE_CLI_LOCALTCPFWD
147 m_list * localfwds; 150 m_list * localfwds;