com.vmware.vrealize.lcm.common.exception.EngineException: SSH authorization failed with provide SSH user's password for < VIDM Node IP Address > .Make sure the SSH user account password isn't expired. Please verify the credentials and retry at com.vmware.vrealize.lcm.vidm.core.task.VidmVerifySSHPasswordsTask.checkForPasswords(VidmVerifySSHPasswordsTask.java:148) at com.vmware.vrealize.lcm.vidm.core.task.VidmVerifySSHPasswordsTask.execute(VidmVerifySSHPasswordsTask.java:87) at com.vmware.vrealize.lcm.automata.core.TaskThread.run(TaskThread.java:62) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source)VMware identity Manager 3.3.x
Aria Suite Lifecycle 8.x
This issue typically occurs when the password for the SSH user account used by Aria Suite Lifecycle to communicate with the vIDM appliance has expired or become locked due to multiple failed login attempts
To resolve this issue, follow the steps below:
Validate the Password in the Appliance:
Ensure the password for the SSH user is valid and can be used for login.
Check for Login Attempt Failures:
Check for any failed login attempts related to the sshuser accounts. If there are failed attempts, it could indicate an account lockout.pam_tally2 -–user=sshuser
Verify Password Expiry Status:
Ensure the password has not expired or is not about to expire. If the password is expired, reset it accordingly.chage -l sshuser
Reset Account Lockouts (If Necessary):
If there have been multiple failed login attempts leading to account lockout, reset the lockout counter by following the system guidelines for clearing failed attempts.pam_tally2 -–user=sshuser --reset
Update Password in VMware Aria Suite Lifecycle:
Navigate to VMware Aria Suite Lifecycle > Locker > Passwords, and add or update the password for the SSH user if it has changed.
Retry the Inventory Sync:
Once the password issue has been resolved, retry the inventory sync to ensure it completes without errors.