SSH keys
Every VM is bootstrapped with one or more SSH public keys you provide. The corresponding private key stays on your machine and never touches Lyceum Cloud, that’s the whole point of the asymmetric scheme. If you don’t have a key, generate one:~/.ssh/id_ed25519.pub (the public half) when launching.
On-demand vs reserved capacity
The platform supports launching VMs on demand (billed hourly, terminate any time) or under a reserved-capacity contract (1, 3, 6, or 12 months) at a discounted rate. For reserved capacity, contact the team via the dashboard’s quote flow or support@lyceum.technology, there’s no self-service contract path.Checking availability
Hardware availability varies by region and demand. Before launching, check whether the profile you want is available:Launching
- CLI
- REST API
By default the CLI waits for the VM to enter
ready and prints the IP. Use --async to fire-and-forget; you can poll status afterwards with lyceum vm status.After launching
Once the VM isready:
scp, run jobs, and lyceum vm terminate <vm_id> when you’re done.
