SSH Tunnels
Connect to databases through SSH tunnels with multi-jump support.
Connect to databases behind firewalls through SSH tunnels. The SSH host, port, and authentication method (password or key file) are configured alongside the database connection.
Multi-Jump (Bastion Servers)
Multiple SSH hops can be chained to reach databases behind several layers of infrastructure. Each jump host is defined in sequence, and the tunnel is established automatically.
SSL Connections
In addition to SSH tunnels, SSL/TLS can be configured for direct encrypted connections to the database server.