You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Browse filesBrowse the repository at this point in the historyBrowse files
David Courtey
authored
feat: add SSH tunnel support for database connections (#67)
Enable backups and restores for databases behind firewalls via SSH
tunneling (bastion/jump server). The system establishes an SSH tunnel
before database operations and routes traffic through it.
- Add SshTunnelService for tunnel lifecycle management
- Support password and private key authentication
- Integrate tunneling into BackupTask, RestoreTask, and connection testing
- Add UI for SSH configuration with independent connection test
- Encrypt sensitive fields (password, private_key, passphrase) at rest
- Mask SSH secrets in logs
0 commit comments