Good Nighttime,
I've set up cluster with three proxmox ve servers and joined them as a datacenter. to secure ssh I've restricted the root login via ssh with the following setting
in combination with
As a result I'm unable to use the noVNC console on the other servers, however I'm able ssh'ing on the console as root from one to another host.
My questions here is how I've to adjust the setting so noVNC would work over two nodes.
Thank you in advance
Solution:
I've set up cluster with three proxmox ve servers and joined them as a datacenter. to secure ssh I've restricted the root login via ssh with the following setting
Code:
PermitRootLogin no
Code:
Match Address 10.0.0.0/24
PermitRootLogin yes
PasswordAuthentication yes
As a result I'm unable to use the noVNC console on the other servers, however I'm able ssh'ing on the console as root from one to another host.
My questions here is how I've to adjust the setting so noVNC would work over two nodes.
Thank you in advance
Solution:
- The proxmox services revolves the hostname on each node itself
- each node itself had configured both fqdn and hostname for external ip
- Proxmox always uses the external ip.
- This issue can be prevented by setting the ip addresses explicitly: see here
Last edited: