Symptoms:
The file /home/vcf/.ssh/known_hosts does not have the required permissions.
".VMware SDDC Manager 5.x
VMware SDDC Manager 4.x
To resolve the issue reapply the correct permissions to the know_host files and refresh the list on the SDDC manager:
IMPORTANT: Ensure that fresh snapshots have been taken before making any modifications.
su -
and enter root credentials to get into privilege mode # chmod 644 /root/.ssh/known_hosts
# chown root:root /root/.ssh/known_hosts
# chmod 644 /etc/vmware/vcf/commonsvcs/known_hosts
# chown vcf_commonsvcs:vcf /etc/vmware/vcf/commonsvcs/known_hosts
# chmod 644 /home/vcf/.ssh/known_hosts
# chown vcf:vcf /home/vcf/.ssh/known_hosts
# chmod 644 /opt/vmware/vcf/commonsvcs/defaults/hosts/known_hosts
# chown vcf_commonsvcs:vcf /opt/vmware/vcf/commonsvcs/defaults/hosts/known_hosts
# curl -k -X POST http://localhost/appliancemanager/ssh/knownHosts/refresh