Reverse SSH Tunnel possible? - WeOnlyDo Discussion board

Reverse SSH Tunnel possible? (wodSSHTunnel)

by Henry Gronson, Tuesday, April 01, 2014, 02:09 (3677 days ago) @ Traveller

Hello, we are also interested in this behavior, but we are unable to duplicate it, we tried to add those 3 lines in wodSSHTunnel1_Connected(), but no luck.

wodSSHTunnel1.Channels.Add(wodSSHTunnelCOMLib.ForwardTypesEnum.LocalListen, "127.0.0.1",80);
wodSSHTunnel1.Channels.Add(wodSSHTunnelCOMLib.ForwardTypesEnum.RemoteListen, "127.0.0.1", 80, "44.127.14.48", 80);

wodSSHTunnel1.Channels.StartAll();


Our private server is behind a router and can access 44.127.14.48, wodSSHTunnel1.Connect(); is working, and we get
User from 127.0.0.1 left
User from 127.0.0.1 left
Any help will be appreciated.

Henry


Complete thread: