Library to manage VM's on hosts - mirror
Find a file
Till Wegmueller 4cf35c99d0
Generate per-VM Ed25519 SSH keypairs instead of requiring user keys
libssh2 cannot handle all OpenSSH private key formats (e.g. passphrase-
protected or newer ed25519 keys), causing auth failures. Instead of
referencing the user's ~/.ssh keys, generate a fresh Ed25519 keypair at
resolve time when the VMFile omits ssh-key and private-key. The public
key is injected into cloud-init and the private PEM is persisted to the
VM's work directory so that provision, reload, and ssh commands can
reuse it.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 23:05:28 +01:00
brand/nebula-vm Add vm-manager library and vmctl CLI 2026-02-14 18:25:17 +01:00
crates Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00
scripts Add OmniOS builder VM definition and provisioning scripts 2026-02-14 22:03:08 +01:00
.gitignore Add OmniOS builder VM definition and provisioning scripts 2026-02-14 21:56:43 +01:00
Cargo.lock Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00
Cargo.toml Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00
Makefile Add OmniOS builder VM definition and provisioning scripts 2026-02-14 21:56:43 +01:00
VMFile.kdl Generate per-VM Ed25519 SSH keypairs instead of requiring user keys 2026-02-14 23:05:28 +01:00