# Local port forwarding.
# With this example we forward port 80 to 8080.
# Example:
ssh -L 8080:192.168.1.50:80 user@192.168.1.50