You have SSH access to a server and need to access a web admin (or any protocol) on a non-public port.
For example, you want to access a Solr admin on port 8983
but the server's firewall only allows port 80
and 22
. Rather than opening a port in the server's firewall we can just create a SSH tunnel.