diff 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
line wrap: on
line diff
--- a/runopts.h	Mon Jul 06 12:59:13 2009 +0000
+++ b/runopts.h	Mon Jul 06 14:02:45 2009 +0000
@@ -124,6 +124,8 @@
 	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