Mercurial > dropbear
comparison runopts.h @ 1206:2907c658fa76
Implemented ExitOnForwardFailure option for local and remote forwarding.
author | Konstantin Tokarev <ktokarev@smartlabs.tv> |
---|---|
date | Mon, 30 Nov 2015 20:30:58 +0300 |
parents | 089b8e91472b |
children | 81063d78fe69 |
comparison
equal
deleted
inserted
replaced
1205:978887222d29 | 1206:2907c658fa76 |
---|---|
137 int backgrounded; | 137 int backgrounded; |
138 int is_subsystem; | 138 int is_subsystem; |
139 #ifdef ENABLE_CLI_PUBKEY_AUTH | 139 #ifdef ENABLE_CLI_PUBKEY_AUTH |
140 m_list *privkeys; /* Keys to use for public-key auth */ | 140 m_list *privkeys; /* Keys to use for public-key auth */ |
141 #endif | 141 #endif |
142 #ifdef ENABLE_CLI_ANYTCPFWD | |
143 int exit_on_fwd_failure; | |
144 #endif | |
142 #ifdef ENABLE_CLI_REMOTETCPFWD | 145 #ifdef ENABLE_CLI_REMOTETCPFWD |
143 m_list * remotefwds; | 146 m_list * remotefwds; |
144 #endif | 147 #endif |
145 #ifdef ENABLE_CLI_LOCALTCPFWD | 148 #ifdef ENABLE_CLI_LOCALTCPFWD |
146 m_list * localfwds; | 149 m_list * localfwds; |