Hi,
I am pretty new to Proxmox, and maybe this question already explained, but I can't find anything about it in documentation as well via forum search.
So, the question is - is it really mandatory requirement to use root user for ssh communication between nodes in the proxmox cluster?
As I see - yes, new nodes can't be added to the cluster, until we switched from default
to
in the /etc/ssh/sshd_config.
Or we could do it only at the initial stage, and then disable ssh access for the root user?
Thanks in advance for explanations!
I am pretty new to Proxmox, and maybe this question already explained, but I can't find anything about it in documentation as well via forum search.
So, the question is - is it really mandatory requirement to use root user for ssh communication between nodes in the proxmox cluster?
As I see - yes, new nodes can't be added to the cluster, until we switched from default
Code:
PermitRootLogin no
Code:
PermitRootLogin yes
Or we could do it only at the initial stage, and then disable ssh access for the root user?
Thanks in advance for explanations!