From 3eca9d014be6f066dcbbe7e9018f6d5f14ef2283 Mon Sep 17 00:00:00 2001 From: Greg Alexander Date: Fri, 22 Jul 2016 09:03:52 -0400 Subject: [PATCH] enable TCP port forwarding --- dropbear/options.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dropbear/options.h b/dropbear/options.h index 8dbc8e8..f918efc 100644 --- a/dropbear/options.h +++ b/dropbear/options.h @@ -64,8 +64,8 @@ much traffic. */ #undef ENABLE_CLI_LOCALTCPFWD #undef ENABLE_CLI_REMOTETCPFWD -#undef ENABLE_SVR_LOCALTCPFWD -#undef ENABLE_SVR_REMOTETCPFWD +#define ENABLE_SVR_LOCALTCPFWD 1 +#define ENABLE_SVR_REMOTETCPFWD 1 /* Enable Authentication Agent Forwarding */ #undef ENABLE_SVR_AGENTFWD