# ssh port forwarding # route all local requests to 8080 to remote port 80 ssh -L 8080:localhost:80 user@remoteserver