b23ef64ee1
Generate a fresh ed25519 key pair at rebuild time, inject the public key into the Proxmox answer file, use the private key for cluster join over SSH, then remove the key from both the remote host and the database. This eliminates the need to manage static SSH keys in config/secrets. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
3 lines
101 B
SQL
3 lines
101 B
SQL
ALTER TABLE hosts ADD COLUMN ssh_private_key TEXT;
|
|
ALTER TABLE hosts ADD COLUMN ssh_public_key TEXT;
|