In the /var/log/vmware/vcf/sddc-support/vcf-sos.log you will find the message below:
Exception while checking path /home/sddc_bk/test_backup and write permission on server 172.28.189.251
com.vmware.vcf.secure.ssh.errors.VcfSshException: Failed to establish SSH session to 172.28.189.251
Currently there is no resolution to this issue.
Workaround:
To help the customer get unblocked follow this workaround:
curl localhost/appliancemanager/securitySettings
curl 'http://localhost/appliancemanager/securitySettings' -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"fipsMode":false,"certificateValidationEnabled":false}'
curl 'http://localhost/appliancemanager/securitySettings' -X POST -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"fipsMode":false,"certificateValidationEnabled":true}'