Throwaway Linux boxes.

ssh in and you've got a VM. Log out and it's gone.

ssh stanley.utibeumanah.dev

Your ssh key is the login. There's nothing to sign up for.


It's just a computer

Root shell, apt, git, whatever you were going to install anyway. It's a full VM with its own kernel, so it behaves like one.

The first time your key turns up, stanley makes an account for it. That's the entire signup.

Log out and the box is deleted. Keep one instead if you'd rather.


Two doors

Stanley is offered a choice. Stanley usually takes the default.

Left

Deleted the moment you disconnect. This is what you get if you don't ask for anything.

ssh stanley.utibeumanah.dev

Right

Stays up. Come back to it with --attach dev.

ssh stanley.utibeumanah.dev -- --ephemeral=false

See what you've got

Same connection, one more flag. It lists your boxes and everything that's happened to them. Enter opens a shell on whichever one you're sitting on.

ssh stanley.utibeumanah.dev -- --console
stanley 3 instances
namestatekindage
devrunningkept2h
scratchrunningephemeraljust now
renderstoppedkept6d
dev running
address
dev-tq81f.fra.unikraft.app
image
stanley-guest:latest
history
connected · started · created
enter connect • n new • d delete • K keys • q quit

That's it.

ssh stanley.utibeumanah.dev