Dora handles the SSH tunnel lifecycle alongside the database connection so you open one thing and get one working session, not a tunnel process you have to babysit separately.
Tunnel config is stored with the connection and encrypted in the same OS-backed credential store, so credentials and jump hosts stay private across machine restarts.
What you get
- SSH tunnel config stored per connection
- Jump host and key-based auth support
- Tunnel lifecycle managed by the desktop app
- Works with PostgreSQL, MySQL, and libSQL over SSH