How connect to databases by using a ssh tunnel instead of direct connection? #1574
Unanswered
plexmaniax
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi folks
Often our databses aren't exposed to the internet, so we use a ssh tunnel to connect.
Since we're running warpgate behind cloudflare tunnels, we've got issues while using clients like sequel ace while ssh connections works fine.
A workaround is a portforwarding tunnel
ssh -L 3306:localhost:3306 'warpgate-user:ssh-user@[email protected]'
then connect on your Client to localhost:3306.
Could somebody tell me how to configure warpgate database targets to use an existing ssh config instead of direct connect to the server? Is it possible or would it be a feature request?
How do you guys handle this case?
Best Regards
Maik
Beta Was this translation helpful? Give feedback.
All reactions