mirror of
https://github.com/clearml/dropbear
synced 2025-06-26 18:17:32 +00:00
- Client auth using an agent's key works. Still need to implement client
agent forwarding. --HG-- branch : agent-client extra : convert_revision : 276cf5e82276b6c879d246ba64739ec6868f5150
This commit is contained in:
@@ -124,6 +124,8 @@ typedef struct cli_runopts {
|
||||
int agent_fwd;
|
||||
int agent_keys_loaded; /* whether pubkeys has been populated with a
|
||||
list of keys held by the agent */
|
||||
int agent_fd; /* The agent fd is only set during authentication. Forwarded
|
||||
agent sessions have their own file descriptors */
|
||||
#endif
|
||||
|
||||
#ifdef ENABLE_CLI_NETCAT
|
||||
|
||||
Reference in New Issue
Block a user