ssh open tunnel code example
Example: ssh open tunnel command line
# from localhost:13306 to remote 3306 via tunnel
ssh -L 33066:localhost:3306 remotemachine
# from localhost:13306 to remote 3306 via tunnel
ssh -L 33066:localhost:3306 remotemachine