rospo

Simple, reliable, persistent SSH tunnels with embedded SSH server

brewmacoslinux
Try with needOr install directly
Source

About

Simple, reliable, persistent ssh tunnels with embedded ssh server

Commands

rospo

Examples

Start a persistent SSH tunnel server listening on port 2222$ rospo server -l 0.0.0.0:2222
Create a tunnel to forward local port 8080 to remote service$ rospo client -s ssh://user@rospo-server:2222 -r localhost:8080
List active tunnels on the rospo server$ rospo list -s ssh://user@rospo-server:2222