Commit graph

1 commit

Author SHA1 Message Date
00bb865175 feat: add API plugin for dynamic SSH routing
New plugin that queries the unsandbox API to determine which pool
a service is on, then routes to that pool's SSHPiper.

This enables multi-pool SSH routing from a single edge SSHPiper.

Usage:
  sshpiperd api --api-url http://cammy.foxhop.net:8080 \
                --upstream-key /path/to/key \
                --cammy-host cammy.foxhop.net:2222 \
                --ai-host ai.foxhop.net:2222
2026-01-17 00:27:31 -05:00