Open EugeneRymarev opened 1 year ago
I am also having this issue, I have tried all kinds of combinations, but reading the documentations seems that all of those parameters get translated to -L xxxx:yyyy:zzzz
and not to -R xxxx:yyyyy:zzzz
-R IP:PORT [IP:PORT ...]
... Equivalent tossh -Lxxxx:IP_ADDRESS:PORT
And
-L [IP:PORT ...]
Equivalent tossh -LPORT:xxxxxxxxx:xxxx
, being the local IP address optional.
I guess there is no support and therefore no way of doing it.
How to forward a tunnel from a device from the local network to the VPS?
i receive next error
Command
ssh -p VPS_PORT -N -R 127.0.0.1:60080:192.168.88.1:80 user@VPS_IP
works fine for me.