sshpiper/plugin/username-router/README.md
Boshi Lian f56c4b67e5
feat: Add username-router plugin for SSHPiper to route connections based on username (#599)
* feat: Add username-router plugin for SSHPiper to route connections based on username

* feat: Add username-router plugin to GoReleaser configuration
2025-05-25 04:20:21 -07:00

11 lines
No EOL
485 B
Markdown

# 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
```