sshpiper/plugin/username-router
Josh Bleecher Snyder 89ab72bee0
all: run gofumpt (#652)
* all: run gofumpt

https://github.com/mvdan/gofumpt

The main appeal for me here is that my (and many other peoples')
editors run this on save, so doing a single diff here
keeps other diffs minimal.

* .github/workflows: add gofumpt checker
2025-08-29 20:04:31 -07:00
..
main.go all: run gofumpt (#652) 2025-08-29 20:04:31 -07:00
README.md feat: Add username-router plugin for SSHPiper to route connections based on username (#599) 2025-05-25 04:20:21 -07:00

username-router plugin for sshpiper

Supports routing based on username. This plugin allows you to route connections to different targets based on the username provided during the SSH connection. The username format is target+username, where target is the target host and username is the username to use for that target. target can be an IP address or a hostname, and it can also include a port number in the format target:port.

Usage

sshpiperd username-router