Mercurial > dropbear
diff options.h @ 487:2e17f82a7330
Add multihop 'onion-forwarding' mode. Needs refinement, works.
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Thu, 18 Sep 2008 14:47:02 +0000 |
parents | d59f628e7baa |
children | 6cd2152aae0b 9f583f4d59a6 |
line wrap: on
line diff
--- a/options.h Wed Sep 17 14:49:12 2008 +0000 +++ b/options.h Thu Sep 18 14:47:02 2008 +0000 @@ -140,8 +140,8 @@ * but there's an interface via a PAM module - don't bother using it otherwise. * You can't enable both PASSWORD and PAM. */ -#define ENABLE_SVR_PASSWORD_AUTH -/*#define ENABLE_SVR_PAM_AUTH */ /* requires ./configure --enable-pam */ +//#define ENABLE_SVR_PASSWORD_AUTH +#define ENABLE_SVR_PAM_AUTH /* requires ./configure --enable-pam */ #define ENABLE_SVR_PUBKEY_AUTH #define ENABLE_CLI_PASSWORD_AUTH @@ -407,6 +407,10 @@ #define USING_LISTENERS #endif +#if defined(ENABLE_CLI_NETCAT) && defined(ENABLE_CLI_PROXYCMD) +#define ENABLE_CLI_MULTIHOP +#endif + #if defined(DROPBEAR_CLIENT) || defined(ENABLE_SVR_PUBKEY_AUTH) #define DROPBEAR_KEY_LINES /* ie we're using authorized_keys or known_hosts */ #endif