SSH tunneling for remote databases
Open
- Dominant language
- TypeScript
- Stars
- 1
- Forks
- 0
- Avg merge
- 3h 8m
- Merged PRs (30d)
- 6
Description
Remote MySQL servers behind a bastion can't be reached directly today.
**Proposal**
- Add SSH host/port/user/key fields to the connection form.
- Server opens an SSH tunnel (e.g. using `ssh2` npm package) and forwards a local port to the MySQL server before connecting.
- Clean up the tunnel on disconnect.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.