While validating the SDDC specification from the VCF Installer fails with the error: "SSH: Failed to establish SSH session to <VCF Installer FQDN> Auth fail".
/var/log/vmware/vcf/domainmanager/domainmanager.log on VCF installer shows below error,
YYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,############] [c.v.e.s.s.h.SddcManagerTokenUtil,http-nio-127.0.0.1-7200-exec-1] Failed to get SDDC Manager Access token.YYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,############] [c.v.v.v.c.v1.VcfInstallerController,http-nio-127.0.0.1-7200-exec-1] Failed to get Access token to validate the local user password specified in SDDC Manager specificationYYYY-MM-DDTHH:MM:SS ERROR [vcf_dm#############] [c.v.e.s.v.v.SpecComponentValidator,http-nio-127.0.0.1-7200-exec-1] Invalid local user password specified in SDDC Manager specificationYYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,#############] [c.v.evo.sddc.common.util.SshUtil,http-nio-127.0.0.1-7200-exec-1] Unable to create jsch CLI session: com.jcraft.jsch.JSchException: Auth fail
VCF 9.x
The password provided for local user (admin@local) during the VCF installer deployment is not meeting required password constraints.
To resolve this issue,
If you see below error on /var/log/vmware/vcf/domainmanager/domainmanager.log, please follow KB article 418890 for resolution.
YYYY-MM-DDTHH:MM:SS ERROR [vcf_dm,#############] [c.v.e.s.e.h.LocalizableRuntimeExceptionHandler,http-nio-127.0.0.1-7200-exec-2] [18P48G] FAILED_TO_GET_DNS_INFO Failed to get DNS informationYYYY-MM-DDTHH:MM:SS DEBUG [vcf_dm,#############] [c.v.e.s.e.h.LocalizableRuntimeExceptionHandler,http-nio-127.0.0.1-7200-exec-2] Handler Error Response: {"errorCode":"FAILED_TO_GET_DNS_INFO","arguments":[],"message":"Failed to get DNS information","causes":[{"type":"com.vmware.evo.sddc.common.util.command.CommandExecuterException","message":"SSH: Failed to establish SSH session to <VCF Installer FQDN>"},{"type":"com.jcraft.jsch.JSchException","message":"Auth fail"}],"referenceToken":"18P48G"}