Hi Kenneth,
The error suggests that during the Configure NSX Backup Schedule task, NSX Manager is attempting to establish an SFTP (SSH) connection to the VCF Installer (which later becomes SDDC Manager) to validate the backup destination. Although the appliance has not yet transitioned to SDDC Manager, it should already be reachable over TCP 22 using the configured management IP. Since the domainmanager.log reports a fingerprint retrieval failure on port 22, I'd recommend verifying:
- SSH (sshd) is running and listening on the expected management interface (ss -tlnp | grep :22).
- /etc/ssh/sshd_config contains the correct ListenAddress, especially if the installer appliance was re-IP'd after deployment.
- DNS/FQDN resolution and forward/reverse lookups are correct between NSX Manager and the installer appliance.
- No firewall or ACL is blocking TCP 22 between the NSX Manager and the VCF Installer.
- The configured backup user can successfully authenticate via SFTP/SSH.
If all of these checks pass and the failure persists, I'd recommend collecting the domainmanager.log, bringup-debug.log, and NSX Manager logs, then opening a Broadcom Support case to determine whether this is a known issue in your specific VCF 9.1 build.