SSH Forwarding
From Nuclear Physics Group Documentation Pages
Jump to navigationJump to searchTo 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.