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.