Cmd Generator

ssh

SSH remote login client.

ssh -L "8080:localhost:80"

Examples

# Forward local 8080 to remote localhost:80
ssh -L 8080:localhost:80 user@gateway.example.com

# Forward to different host
ssh -L 9090:internal.service:5432 jumpbox.example.com