SecureShellTunneling

From UMIACS
Revision as of 17:12, 16 September 2008 by Derek (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Port Forwarding

When you want to just forward a specific port locally to a remote port.

This example will create a local port 9999 that will be forwarded to the remote host webbserver.umiacs.umd.edu and its port 8000 through the host openlab.umiacs.umd.edu.

  • ssh -NfL 9999:webserver.umiacs.umd.edu:8000 openlab.umiacs.umd.edu