I had a few questions about the usage of root ssh keys in Proxmox.
A few things I've noticed:
The .ssh directory for root is 755. This is non standard.
The root ssh private key used is without a passphrase.
It would appear Proxmox leverages SSH keys for cluster communications.
Is there any way to configure these root SSH keys to use passphrases?
I've considered locking down sshd_config to only allow connections from the Proxmox hosts and 1 host used for configuration of the Proxmox systems. In an enterprise environment I'm hesitant to use a system that doesn't offer an option to encrypt the private keys for root.
There are many risks of using password less SSH private keys for root if someone were to acquire said keys.
A few things I've noticed:
The .ssh directory for root is 755. This is non standard.
The root ssh private key used is without a passphrase.
It would appear Proxmox leverages SSH keys for cluster communications.
Is there any way to configure these root SSH keys to use passphrases?
I've considered locking down sshd_config to only allow connections from the Proxmox hosts and 1 host used for configuration of the Proxmox systems. In an enterprise environment I'm hesitant to use a system that doesn't offer an option to encrypt the private keys for root.
There are many risks of using password less SSH private keys for root if someone were to acquire said keys.