If you are a frequent SSH user, then you’ll be familiar with local port forwarding: Local forwarding is used to forward a port from the client machine to the server machine. Basically, the SSH client listens for connections on a configured port, and when it receives a connection, it tunnels the connection to an SSH server. The server connects to a configurated destination port, possibly on a different machine than the SSH server. Local port forwarding is not only a commonly used SSH feature...