Created
June 6, 2019 10:27
-
-
Save migueltg/0c2e22e9746c04365c627d239e901963 to your computer and use it in GitHub Desktop.
SSH Tunnel
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ssh usuario@remoteHost -L 3306:destinationhost:3306 -N -v | |
ssh -i backendprovider-pro.pem -NL 9000:destinationhost:3306 usuario@remoteHost -v |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment