SDDC Precheck workflow fails on "/home/vcf/.ssh" and "," on/home/vcf/.ssh/known_hosts
VMware SDDC Manager 5.x
VMware SDDC Manager 4.x
Most likely the permissions on /home/vcf are incorrect # ls -larthd /home/vcf
What was observed
# drwxr-x--- 9 vcf vcf <= as it should be # ls -larthd /home/vcf
# drwx------ 13 vcf vcf
To resolve the issue reapply the correct permissions for "/home/vcf" as follows
# chown vcf:vcf /home/vcf
# chmod 750 //home/vcf
IMPORTANT - Workaround from https://knowledge.broadcom.com/external/article?articleNumber=377808 will not work.
Although permissions are the main issue here, this issue is referencing other files/ paths.