Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suggestion: add SSH tunnel to connection #733

Closed
SvatoplukHus opened this issue Aug 25, 2015 · 2 comments
Closed

Suggestion: add SSH tunnel to connection #733

SvatoplukHus opened this issue Aug 25, 2015 · 2 comments
Labels
oldissue Issue is too old (prior to 2020), may be reopen if still happens on newer versions.

Comments

@SvatoplukHus
Copy link

Thank you.

@cbednarski
Copy link

While you're waiting for this you can achieve the same via ssh:

ssh -L 5432:127.0.0.1:5432 -N -f <remote-ip>

See man ssh for details and use ps x | grep ssh to find and kill the tunnel when you're done.

@hiepxanh
Copy link

I like this feature too :D

@rkhaotix rkhaotix added the oldissue Issue is too old (prior to 2020), may be reopen if still happens on newer versions. label Jan 3, 2024
@rkhaotix rkhaotix closed this as completed Jan 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
oldissue Issue is too old (prior to 2020), may be reopen if still happens on newer versions.
Projects
None yet
Development

No branches or pull requests

4 participants