ssh -N -R 8080:localhost:80 user@host

Category: SSH & Remote

ssh -N -R 8080:localhost:80 user@host

Remote port forwarding: expose local port 80 via remote host

Reverse tunnel: makes your local service (port 80) accessible via the remote server's port 8080.
Looking for more? Search all 7,657 commands — works offline, in English or Spanish, and fixes typos.