boring

Simple command-line SSH tunnel manager that just works

brewmacoslinux
Try with needOr install directly
Source

About

Simple command-line SSH tunnel manager that just works

Commands

boring

Examples

create and start an ssh tunnel$ boring create myserver user@example.com:22
list all saved ssh tunnels$ boring list
connect to a saved tunnel$ boring connect myserver
delete a saved tunnel$ boring delete myserver
forward local port through ssh tunnel$ boring forward myserver 8080:localhost:3000