* feat: Add username-router plugin for SSHPiper to route connections based on username * feat: Add username-router plugin to GoReleaser configuration
11 lines
No EOL
485 B
Markdown
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
|
|
``` |