ferama / rospo

🐸 Simple, reliable, persistent ssh tunnels with embedded ssh server

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Reverse tunnel question

birtalevente opened this issue · comments

Hi

I'm trying to get workig rospo as a reverse tunnel to listening on the remote side on other than localhost:
rospo tun reverse -l 127.0.0.1:19898 -r 10.10.10.10:29898 user@10.10.10.10:22

It's working with autossh, but with rospo it listening only on 127.0.0.1:29898

What am I missing ?
Thanks
Levi

Never mind .... need to enable gatewayports on the ssh server.