elliotchance / sshtunnel

🚇 Ultra simple SSH tunnelling for Go programs.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can sshtunnel handle Remote Port Forwarding

mafaza86 opened this issue · comments

Thank you, this module is very helpful...
I've used it successfully for Local Port Forwarding. - (Forwards a connection from the client host to the SSH server host and then to the destination host port.)

But now I'm having trouble using it as Remote Port Forwarding. ( Forwards a port from the server host to the client host and then to the destination host port.)

Does this module already support Remote Port Forwarding? Please help, thank you very much.