Problem
Open console (noVNC) does not work. "New connection has been rejected with reason: Authentication failed".
It does NOT fail if the virtual machine is running on the same machine as Proxmox WebGUI. Only open console between baremetal machines is a problem.
Setup
Investigation
This problem started after a longer SSH connectivity problem that is now resolved. I can see that the remote server is using root SSH user to get the socket /var/run/qemu-server/112.vnc and with strace I can see that it is the qemu/kvm process that is producing the "Authentication failed" message. The authentication does not fail if it is the local Proxmox webgui that is connecting to the console which is weird.
Open console (noVNC) does not work. "New connection has been rejected with reason: Authentication failed".
It does NOT fail if the virtual machine is running on the same machine as Proxmox WebGUI. Only open console between baremetal machines is a problem.
Setup
- Three virtualization hosts, compute1.example.com, compute2.example.com and compute3.example.com.
- Time is correct on all three machines.
- No problem starting or stopping virtual machines.
- Proxmox 5.2-2.
Investigation
This problem started after a longer SSH connectivity problem that is now resolved. I can see that the remote server is using root SSH user to get the socket /var/run/qemu-server/112.vnc and with strace I can see that it is the qemu/kvm process that is producing the "Authentication failed" message. The authentication does not fail if it is the local Proxmox webgui that is connecting to the console which is weird.