sshpiper
The missing reverse proxy for SSH connections with key-based and username routing.
Why consider sshpiper?
sshpiper is the reverse proxy for SSH connections. Written in Go, it inspects incoming SSH connections and routes client sessions to distinct internal backend servers based on username, SSH public key fingerprint, or regex matching.
Learn sshpiper by building
Practical setup notes, real use cases, and copy-ready examples in one focused guide.
In this guide2 sections
Overview of sshpiper
sshpiper acts as a unified public SSH entryway, directing users to isolated containers and VPC subnets without exposing multiple SSH ports.
Running with Docker
docker run -d \ --name sshpiper \ -p 2222:2222 \ -v $(pwd)/piper:/var/sshpiper \ farmer1992/sshpiperdsshpiper is licensed under the permissive MIT License.
Related tools
More options with a similar category or technology profile.
Dapr CLI
Command-line tool for managing Dapr distributed application runtime environments and sidecars.
bpytop
Python port of bashtop with game-like UI, responsive mouse support, and hardware sensors.
bashtop
Linux resource monitor showing usage and stats for processor, memory, disks, network, and processes.
SchemaHero
Kubernetes-native declarative database schema management and table migration operator.