SSH Tunnel
ssh -L [LOCAL_IP:]LOCAL_PORT:DESTINATION:DESTINATION_PORT [USER@]SSH_SERVERThe options used are as follows:
[LOCAL_IP:]LOCAL_PORT- The local machine IP address and port number. WhenLOCAL_IPis omitted, the ssh client binds on the localhostDESTINATION:DESTINATION_PORT- The IP or hostname, and the port of the destination machine[USER@]SERVER_IP- The remote SSH user and server IP address