Renaming Proxmox Cluster Nodes: The SSH Gotcha That Breaks Migrations
I renamed all three nodes in a Proxmox cluster recently. The hostname changes went fine. Corosync updated without drama. HA picked up the new names. Then I put a node in maintenance mode and watched every migration fail. Host key verification failed. ERROR: migration aborted: Can't connect to destination address using public key The fix took longer to find than the actual rename. Why Rename Nodes? The nodes had legacy names from initial setup — the kind of thing that made sense at the time but doesn’t scale. A proper naming convention helps with inventory management, scripting, and not having to explain cryptic hostnames to every new team member. ...