Skip to content

Instantly share code, notes, and snippets.

@mribica
Last active December 12, 2015 06:39
Show Gist options
  • Save mribica/4730635 to your computer and use it in GitHub Desktop.
Save mribica/4730635 to your computer and use it in GitHub Desktop.
ssh tunel for postgres in vagrant box
Host machine shell:
ssh vagrant@192.168.33.10 -L 9001:localhost:5432
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment