Working Notes: a commonplace notebook for recording & exploring ideas.
Home. Site Map. Subscribe. More at expLog.

Ssh Tunnels

ssh -L local_port:remote_ip:remote_port

-N -- no remote command -f -- go to background

https://unix.stackexchange.com/questions/115897/whats-ssh-port-forwarding-and-whats-the-difference-between-ssh-local-and-remot

has brilliant diagrams

Kunal