Hi all,
I recently installed Proxmox 5.0-30 on two machines and created a cluster. Everything worked nicely.
After this was done, I changed the sshd port to 566 on both servers and the novnc console access stopped working when trying to access consoles on the other Proxmox server i.e. when logged into server-1 we could access consoles of VMs running on server-1 but not on server-2.
Following advice in this thread I added an ssh config file in /root/.ssh/config with the following config:
deleted the known_hosts file, restarted ssh.service, manually ssh'd to the other server and accepted the new fingerprint. I did this on both servers.
Now I can ssh from one server to the other, without having to type yes or anything, using IP address or hostname of the other server. Just a simple:
However novnc still does not work. When I try to view a console of a VM on the other machine, the novnc screen shows a 'Unsupported server' error message and no console appears (I attached a screenshot). However in the 'Tasks' log down the bottom the 'Console' tasks has an 'OK' status message.
I don't see anything particularly helpful in the system logs.
Does anyone have any insight on how I can fix the remote console while keeping my non-standard sshd port?
I recently installed Proxmox 5.0-30 on two machines and created a cluster. Everything worked nicely.
After this was done, I changed the sshd port to 566 on both servers and the novnc console access stopped working when trying to access consoles on the other Proxmox server i.e. when logged into server-1 we could access consoles of VMs running on server-1 but not on server-2.
Following advice in this thread I added an ssh config file in /root/.ssh/config with the following config:
Code:
Host *
Port 566
Now I can ssh from one server to the other, without having to type yes or anything, using IP address or hostname of the other server. Just a simple:
Code:
ssh 10.1.10.2
However novnc still does not work. When I try to view a console of a VM on the other machine, the novnc screen shows a 'Unsupported server' error message and no console appears (I attached a screenshot). However in the 'Tasks' log down the bottom the 'Console' tasks has an 'OK' status message.
I don't see anything particularly helpful in the system logs.
Does anyone have any insight on how I can fix the remote console while keeping my non-standard sshd port?