SSH Forwarding

From Nuclear Physics Group Documentation Pages
Revision as of 14:36, 4 June 2009 by Minuti (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

To access web interfaces on other systems, use SSH port forwarding, like so:

ssh -L [localport]:localhost:[foreignport] remotehost

As long as that ssh connection is valid, you can access the remote host's port by accessing localhosts's localport.

Note: In order to forward privileged ports, you need root access.