Hi,
i see that i have different content in /etc/pve/priv/known_hosts (/etc/ssh/ssh_known_hosts) on my PM 5 cluster.
Shouldn't this file be the same (in sync) on all PM nodes, because it is residing inside /etc/pve?
Here is an example conf. from two nodes in the same cluster:
Please advise.
i see that i have different content in /etc/pve/priv/known_hosts (/etc/ssh/ssh_known_hosts) on my PM 5 cluster.
Shouldn't this file be the same (in sync) on all PM nodes, because it is residing inside /etc/pve?
Here is an example conf. from two nodes in the same cluster:
Code:
root@p31:~# md5sum /etc/ssh/ssh_known_hosts
2f3a37a8183dea13d88fdd0e523d19db /etc/ssh/ssh_known_hosts
root@p31:~# cat /etc/ssh/ssh_known_hosts | wc -l
15
Code:
root@p34:~# md5sum /etc/ssh/ssh_known_hosts
698b4e01b8bdeba942418cf12b672b6f /etc/ssh/ssh_known_hosts
root@p34:~# cat /etc/ssh/ssh_known_hosts | wc -l
20
Please advise.