FxSsh icon indicating copy to clipboard operation
FxSsh copied to clipboard

Reverse tunneling

Open mdima opened this issue 6 years ago • 0 comments

Hello, can I use this project to implement a reverse tunneling to my client? Reading this instructions: https://www.howtoforge.com/reverse-ssh-tunneling , I can connect to the FxSsh server using from my "remote client":

ssh -R 10000:localhost:22 michele@publicIP

But when I connect from to my PublicIP at port 10000 there is no channel opened.

I saw from the sources the service_TcpForwardRequest function, but I cannot figure out how to make it execute from a ssh client...

Can you pls help?

Thanks, Michele

mdima avatar Feb 07 '19 17:02 mdima