"Unable to fetch fingerprint for FQDN - <SFTP_SERVER_IP>". /var/log/vrlcm/vmware_vrlcm.log records errors indicating ssh-keyscan command failed with exit code: 1 while fetching rsa public key.YYYY-MM-DDTHH:MM:SSZ INFO vrlcm[1615] [http-nio-8080-exec-10] [c.v.v.l.1.c.CertificateManagementController]-- Request received to get rsa key from <SFTP_SERVER_IP>YYYY-MM-DDTHH:MM:SSZ INFO vrlcm[1615] [http-nio-8080-exec-10] [c.v.v.l.1.s. CertificateManagementService] -- Fetching rsa public key from <SFTP_SERVER_IP>YYYY-MM-DDTHH:MM:SSZ ERROR vrlcm[1615] [http-nio-8080-exec-10] [c.v.v.l.u.CertificateUtil] -- ssh-keyscan command failed with exit code: 1YYYY-MM-DDTHH:MM:SSZ ERROR vrlcm[1615] [http-nio-8080-exec-10] [c.v.v.l.u. CertificateUtil] -- Failed to get key from host.java. lang. RuntimeException: Failed to get key from <SFTP_SERVER_IP>VCF Operations 9.x
ECDSA key, the ssh-keyscan utility fails to retrieve the mandatory RSA fingerprint, causing the configuration workflow to terminate. Manual verification can be performed by running the following command from the VCF Operations appliance: ssh-keyscan -p 22 [SFTP_SERVER_IP]ecdsa-sha2-nistp256 fingerprint and lacks an ssh-rsa fingerprint, the server does not meet the requirements.Reconfigure the cryptographic settings on the target SFTP server to enable and present both RSA and ECDSA SSH public keys simultaneously.
Once both keys are presented, the system will successfully retrieve the SHA256 fingerprint of the RSA key and complete the configuration.