spritessh
An SSH bridge for all your Sprites.
[!WARNING]
This was built as a demonstration of the Sprites SDK. This is not production
software. I cannot guarantee any of this will work for you.
Features
- Transparent proxying of shell sessions with your Sprites
- No Sprite-side setup required
- Connect with multiple Sprites at the same time (Sprite concurrency limits
still apply)
Getting Started
# Install spritessh
go install github.com/jbellerb/spritessh@latest
# Alternatively, clone the repo and run
# make build
# Start the server on the configured port
spritessh serve -l ':2222'
In another terminal:
ssh $sprite_name@localhost -p 2222
For convenience, consider adding an alias to your ~/.ssh/config:
Host sprites
HostName 127.0.0.1
Port 2222
License
Copyright (C) jae beller, 2026.
Released under the MIT License. See LICENSE for more information.