How to limit reverse SSH tunelling ports?
- by funktku
We have a public server which accepts SSH connections from multiple clients behind firewalls.
Each of these clients create a Reverse SSH tunnel by using the ssh -R command from their web servers at port 80 to our public server.
The destination port(at the client side) of the Reverse SSH Tunnel is 80 and the source port(at public server side)…