Last active
February 12, 2016 09:20
-
-
Save hrom512/97977ef088c8f15a84ca to your computer and use it in GitHub Desktop.
SSH Tunnels
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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