proxmox-nixos icon indicating copy to clipboard operation
proxmox-nixos copied to clipboard

[BUG] pvecm assumes '/etc/ssh/ssh_host_rsa_key.pub' exists

Open WillPower3309 opened this issue 1 month ago • 0 comments

Nov 03 19:00:59 proxmox systemd[1]: Failed to start PVE API Proxy Server.
Nov 03 19:00:59 proxmox systemd[1]: pveproxy.service: Failed with result 'exit-code'.
Nov 03 19:00:59 proxmox systemd[1]: pveproxy.service: Control process exited, code=exited, status=1/FAILURE
Nov 03 19:00:59 proxmox pvecm[2216]: can't open '/etc/ssh/ssh_host_rsa_key.pub' - No such file or directory
Nov 03 19:00:59 proxmox systemd[1]: Started PVE SPICE Proxy Server.

It appears as though as assumption is made that a rsa host key exists, would we be able to have this be dynamically generated? Many users, including myself, prefer using ed25519 keys.

WillPower3309 avatar Nov 04 '25 00:11 WillPower3309