Scenario 1: SSH fails immediately with "Access Denied" or "PAM Authentication Failure" in the logs.
sddc_bash_console# systemctl status sshdPAM: Authentication failure for root on #.#.#.#Scenario 2: You are prompted for a password, but after entering it, the terminal returns: ssh: connect to host <sddc_manager_fqdn> port 22: Connection refused (or "Unable to connect").
This occurs for both the root and vcf user accounts, even though:
https://sddc.example.com/ui) is successful.VCF 5.2.x
SDDC 5.2.x
SDDC 9.0.2
Follow these steps to unlock the vcf account and restore SSH access:
faillock utility./usr/sbin/faillock --user vcf --reset
passwd vcf
ssh vcf@<sddc_manager_fqdn>
su command to switch to the root user if administrative access is required:su -
Instructions on how to reset the vcf and root user accounts for SDDC manager.