Mercurial > dropbear
diff options.h @ 225:ca7e76d981d9 agent-client
- progress towards client agent forwarding
(incomplete and does not compile)
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 18 Jul 2005 14:32:52 +0000 |
parents | 9089929fb2b7 |
children | 79bf1023cf11 |
line wrap: on
line diff
--- a/options.h Fri Jul 08 19:20:10 2005 +0000 +++ b/options.h Mon Jul 18 14:32:52 2005 +0000 @@ -59,7 +59,8 @@ #define ENABLE_SVR_REMOTETCPFWD /* Enable Authentication Agent Forwarding - server only for now */ -#define ENABLE_AGENTFWD +#define ENABLE_SVR_AGENTFWD +#define ENABLE_CLI_AGENTFWD /* Encryption - at least one required. * RFC Draft requires 3DES, and recommends Blowfish, AES128 & Twofish128 */ @@ -318,6 +319,10 @@ #define DISABLE_AGENTFWD #endif +#if defined(DROPBEAR_PRNGD_SOCKET) || defined(ENABLE_CLI_AGENTFWD) +#define ENABLE_CONNECT_UNIX +#endif + #if defined(ENABLE_CLI_REMOTETCPFWD) || defined(ENABLE_CLI_LOCALTCPFWD) #define ENABLE_CLI_ANYTCPFWD #endif