@TimRyan
do i understand correctly that it still does not work?
i'd make sure that on every node the file /etc/ssh/ssh_known_hosts is a symlink to /etc/pve/priv/known_hosts
e.g. with
(you might need to remove the original file first)
and then update the known_hosts file by executing
on every node
this should fix the known_hosts file and allow proper ssh tunneling again
if in the future you remove a node from the cluster, please do as the documentation says:
do i understand correctly that it still does not work?
i'd make sure that on every node the file /etc/ssh/ssh_known_hosts is a symlink to /etc/pve/priv/known_hosts
e.g. with
Code:
ln -s /etc/pve/priv/known_hosts /etc/ssh/ssh_known_hosts
(you might need to remove the original file first)
and then update the known_hosts file by executing
Code:
pvecm updatecerts
this should fix the known_hosts file and allow proper ssh tunneling again
if in the future you remove a node from the cluster, please do as the documentation says:
After removal of the node, its SSH fingerprint will still reside in the known_hosts of the other nodes. If you receive an SSH error after rejoining a node with the same IP or hostname, run pvecm updatecerts once on the re-added node to update its fingerprint cluster wide.