SSH Local Port Forwarding

To use SSH to forward local ports to an address use the -L option. ssh -L [LOCAL_IP:]LOCAL_PORT:DESTINATION:DESTINATION_PORT [USER@]SSH_SERVER * [LOCAL_IP] LOCAL_PORT - the local machine IP and port.  This will be how you connect to the forwarded address * DESTINATION:DESTINATION_PORT…