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

Add support for MySQL SSH connections to allow remote access to cloud databases #1024

Open
VanDerLars opened this issue Dec 19, 2024 · 1 comment

Comments

@VanDerLars
Copy link

Is your feature request related to a problem? Please describe.

  • Add support for MySQL SSH connections to allow remote access to cloud databases

Describe the solution you'd like

  • Our database cluster lives inside a private network in a cloud.
  • We connect over SSH to a jumphost in order to connect to the database.
  • Most DB-Clients support this connection method since the dative mysql-clients support this right away.

Describe alternatives you've considered

  • An alternative could be, to setup side-by-side VPN tunnel from the container, in order to make the remote network become part of the container's network.
  • 127.0.0.1 or localhost would be the connection then

Additional context

  • Here's how Tableplus support this connection method:
    CleanShot 2024-12-19 at 11 38 06@2x
@wwwy3y3
Copy link
Member

wwwy3y3 commented Dec 19, 2024

@VanDerLars Thanks for the feature request! We'll see what we could do.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants