File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -215,3 +215,16 @@ Ensure your firewall allows connections:
215215- **Docker networks**: Usually handled automatically
216216- **Host firewall (iptables/ufw)**: May need rules for Docker bridge networks
217217- **Cloud firewalls (AWS Security Groups, etc.)**: Add inbound rules for the database port
218+
219+ # # SSH Tunnel
220+
221+ Connect to databases in private networks through a bastion/jump server. Enable this when the database isn't directly accessible from Databasement.
222+
223+ | Field | Description |
224+ |-------|-------------|
225+ | SSH Host | Bastion server hostname or IP |
226+ | SSH Port | SSH port (default : 22) |
227+ | SSH Username | SSH user |
228+ | Auth Type | `Password` or `Private Key` (with optional passphrase) |
229+
230+ Databasement establishes the tunnel before each backup/restore operation and closes it when complete. Sensitive credentials are encrypted at rest.
You can’t perform that action at this time.
0 commit comments