Skip to content

Instantly share code, notes, and snippets.

@migueltg
Created June 6, 2019 10:27
Show Gist options
  • Save migueltg/0c2e22e9746c04365c627d239e901963 to your computer and use it in GitHub Desktop.
Save migueltg/0c2e22e9746c04365c627d239e901963 to your computer and use it in GitHub Desktop.
SSH Tunnel
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