Settings
VM Secret
No secret set
Your secret is your identity on this node. Anyone with the same secret can see your VMs — treat it like a private key. Always use Generate.
These VMs will become inaccessible unless migrated:
SSH Keys
Enabled keys are injected into VMs at deploy time. Password auth is disabled — only key auth works.
Add SSH Key
No SSH keys configured
Add a key to enable SSH access to your VMs
How it works
- Enabled keys are written to
/root/.ssh/authorized_keyson deploy and every start - All images use key-only auth — no passwords
- Connect via:
ssh root@<mycelium-ipv6>