Mercurial > dropbear
comparison runopts.h @ 552:de3653483ac0 agent-client
- Client auth using an agent's key works. Still need to implement client
agent forwarding.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 06 Jul 2009 14:02:45 +0000 |
parents | c3f2ec71e3d4 |
children | 005530560594 |
comparison
equal
deleted
inserted
replaced
551:c3f2ec71e3d4 | 552:de3653483ac0 |
---|---|
122 #endif | 122 #endif |
123 #ifdef ENABLE_CLI_AGENTFWD | 123 #ifdef ENABLE_CLI_AGENTFWD |
124 int agent_fwd; | 124 int agent_fwd; |
125 int agent_keys_loaded; /* whether pubkeys has been populated with a | 125 int agent_keys_loaded; /* whether pubkeys has been populated with a |
126 list of keys held by the agent */ | 126 list of keys held by the agent */ |
127 int agent_fd; /* The agent fd is only set during authentication. Forwarded | |
128 agent sessions have their own file descriptors */ | |
127 #endif | 129 #endif |
128 | 130 |
129 #ifdef ENABLE_CLI_NETCAT | 131 #ifdef ENABLE_CLI_NETCAT |
130 char *netcat_host; | 132 char *netcat_host; |
131 unsigned int netcat_port; | 133 unsigned int netcat_port; |