mirror of
https://github.com/databasus/databasus.git
synced 2026-04-06 00:32:03 +02:00
Feature Request: Add SSH bastion (jump host) support #429
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @allen0099 on 11/7/2025
Currently, the software provides direct connection options for PostgreSQL instances, but it lacks a mechanism to connect through an SSH bastion (jump host). In many environments, especially in secured VPCs or on-premise networks, database instances are only accessible via a bastion host for security reasons.
Requested feature:
Add support for connecting to PostgreSQL databases via an SSH tunnel or bastion host.
Additional question:
Could you please clarify the current level of support for AWS Aurora (PostgreSQL-compatible) databases?
Use case example:
In a private AWS environment, the Aurora cluster is only reachable through an EC2 bastion host. Direct database connections are not permitted for security compliance reasons. Having SSH tunneling support would enable backups in such restricted environments without exposing the database to public networks.