I was tired of manually setting up SSH tunnels every time I needed to debug a service or proxy a database.
So I built tunn — a lean Go tool that feels like docker-compose, but for SSH tunnels. You define your services in a YAML file and run all your tunnels concurrently with one command. • Written in Go (only depends on yaml) • Simple log output, clean CLI • Supports grouping services and running selectively
GitHub: https://github.com/strandnerd/tunn
I’d love feedback, feature requests, and ideas for improving DX!