Thanks to some folks in the IRC channel, I finally fixed this (at least partially: the remote Web console works again) by doing the following on the node whose Web page I'm connected to:
For each one, delete the entry in /root/.ssh/known_hosts it complains aboutCode:ssh -o HostKeyAlias=IPv4.address.of.other.node IPv4.address.of.other.node ssh -o HostKeyAlias=IPv6.address.of.other.node IPv6.address.of.other.node ssh -o HostKeyAlias=HostnameOfOtherNode HostnameOfOtherNode
Glad it worked but this was mentioned in my Post #12:
Code:
rm ~/.ssh/*
I even say:
Believe it or not, starting with a clean slate again...
Did you try: "starting with a clean slate" as I discussed and then executing:
Code:
pvecm updatecerts