ssh
SSH remote login client.
$ ssh -R "8080:localhost:80"
Examples
# Expose local port 80 on remote server's port 8080 ssh -R 8080:localhost:80 user@gateway.example.com # Expose local service remotely ssh -R 3306:localhost:3306 user@remote.example.com