Overview

On-demand SSH-gated microVMs that boot the moment you connect and suspend when you walk away.

krillbox gives every user ephemeral, isolated Linux boxes — real microVMs (Cloud Hypervisor + KVM), not shared-kernel containers. You SSH to a name; the gateway transparently boots or wakes the box and proxies you straight to its sshd. Idle boxes are snapshotted and suspended, then resumed in well under a second on the next connection.

How it works

  1. You run ssh box@krillbox.gra.ke2.cloud.ovh.net; the gateway resolves the box for your identity.
  2. Missing → cloned from a golden image (instant ZFS copy-on-write). Suspended → resumed from its memory snapshot.
  3. The gateway proxies SSH end-to-end to the box's sshd — agent-forwarding, scp/sftp all work.
  4. After an idle timeout the box is paused, snapshotted, and suspended.

Architecture

The features