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:
