Skip to content

Commit 19b3776

Browse files
author
David Courtey
committed
docs: add SSH tunnel configuration section for database connections
1 parent 782eabf commit 19b3776

1 file changed

Lines changed: 13 additions & 0 deletions

File tree

docs/docs/user-guide/database-servers.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)