Open
Description
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