A CLI tool to manage SSH tunnels for SOCKS proxies and port forwarding using configuration from a YAML file.
go run main.go start
# or, to specify a config file that's not the default ($HOME/.config/ssh-tunnel-helper/config.yaml)
go run main.go start --config example-config/config.yaml
The configuration file must be in YAML format and match this schema. Here is an example config file.