Console not working

SelwynO

Member
Sep 4, 2022
23
1
8
Hi.
I have a cluster of 2 nodes.
VM 105 console error as per screen shot. "Host key verification failed" and "Failed to run vncproxy"
See also ssh directory and known_hosts screen shots

Thanks
Sel
 

Attachments

  • Console Error.png
    Console Error.png
    171.6 KB · Views: 7
  • Known_hosts.png
    Known_hosts.png
    77.5 KB · Views: 6
  • ssh directory.png
    ssh directory.png
    43.7 KB · Views: 6
Last edited:
Have you tried removing the host key from /root/.ssh/known_hosts? Are there any error messages when you run the following command on the current node (simplicitycorp)? I'm assuming the values from your screenshots (ssh from simplicitycorp to pve).

Bash:
ssh -e none -o "HostKeyAlias=pve" root@192.168.1.201 /bin/true