Skip to content

Instantly share code, notes, and snippets.

@ajt2
Created July 21, 2015 19:16
Show Gist options
  • Save ajt2/32a9b9739722b0c82313 to your computer and use it in GitHub Desktop.
Save ajt2/32a9b9739722b0c82313 to your computer and use it in GitHub Desktop.
ssh tunnel
ssh -v -N -L 5432:remote.host.to.tunnel.com:5432 ubuntu@staging.server.com
@ajt2
Copy link
Author

ajt2 commented Jul 17, 2017

ssh -v -N -L 3306:bellabridesmaids.cjxhzrn3mmhs.us-east-1.rds.amazonaws.com:3306 ubuntu@52.2.127.61

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment