You can access ports on a remote server and map them to a port on your local computer with an SSH tunnel. I do this with the command:
ssh -N -L localport:127.0.0.1:remote_port user@remote_host
You can access ports on a remote server and map them to a port on your local computer with an SSH tunnel. I do this with the command:
No one has commented yet.
No trackbacks yet.