spritessh

command module
v0.0.0-...-a98cc39 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jan 21, 2026 License: MIT Imports: 27 Imported by: 0

README

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.

Documentation

The Go Gopher

There is no documentation for this package.

Directories

Path Synopsis
internal

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL