mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- progress towards client agent forwarding
(incomplete and does not compile) --HG-- branch : agent-client extra : convert_revision : 01038174ec27245b51bd43a66c01ad930880f67b
This commit is contained in:
@@ -102,6 +102,11 @@ typedef struct cli_runopts {
|
||||
#endif
|
||||
#ifdef ENABLE_CLI_LOCALTCPFWD
|
||||
struct TCPFwdList * localfwds;
|
||||
#endif
|
||||
#ifdef ENABLE_CLI_AGENTFWD
|
||||
int agent_fwd;
|
||||
int agent_keys_loaded; /* whether pubkeys has been populated with a
|
||||
list of keys held by the agent */
|
||||
#endif
|
||||
/* XXX TODO */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user