Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aserrallerios/852775c2c88d56e75b850eeced2660c5 to your computer and use it in GitHub Desktop.
Save aserrallerios/852775c2c88d56e75b850eeced2660c5 to your computer and use it in GitHub Desktop.
ssh tunnel
ssh -i ~/.ssh/id_rsa_nq -C -N -L0.0.0.0:1234:qadb.aws.netquestapps.com:3306 bastion-us-east-1.netquest-apps.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment