Skip to content

Instantly share code, notes, and snippets.

@hrom512
Last active February 12, 2016 09:20
Show Gist options
  • Select an option

  • Save hrom512/97977ef088c8f15a84ca to your computer and use it in GitHub Desktop.

Select an option

Save hrom512/97977ef088c8f15a84ca to your computer and use it in GitHub Desktop.
SSH Tunnels
ssh -fNg -L 5555:localhost:5432 remote_user@remote_host -p123
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment