Reverse SSH Tunnel possible? (wodSSHTunnel)
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