vmware-system-user account status displays as "Disconnected" within the Fleet Management interface of VCF Operations.SshAuthenticationFailureException" error message:Error Code: LCMVMSP10019
com.vmware.vrealize.lcm.util.exception.SshAuthenticationFailureException: Cannot execute SSH commands. Verify the SSH login credentials.
Caused by: java.lang.RuntimeException: Cannot create session for ssh://vmware-system-user@####
at com.vmware.vrealize.lcm.util.SessionHolder.newSession(SessionHolder.java:57)
at com.vmware.vrealize.lcm.util.SessionHolder.<init>(SessionHolder.java:37)
at com.vmware.vrealize.lcm.util.SshUtils.execute(SshUtils.java:694)
... 8 more
Caused by: com.jcraft.jsch.JSchException: Auth fail for methods 'publickey,password,keyboard-interactive'
at com.jcraft.jsch.Session.connect(Session.java:501)
at com.vmware.vrealize.lcm.util.SessionHolder.newSession(SessionHolder.java:53)
... 10 moreThis issue occurs due to a local security policy enforced by the Linux-based virtual appliance, which dictates a maximum password age. If the vmware-system-user password is not rotated before this configured time limit, the account expires. Consequently, Fleet Management is unable to establish the necessary SSH sessions required to perform automated lifecycle tasks.
Note: The following steps require making low-level changes to the system. Review the commands carefully before execution to prevent unintended system disruption.
To fix the password expiration and restore access, perform the following steps:
chage -l vmware-system-user
chage -m 0 -M -1 vmware-system-user
passwd vmware-system-user
reboot -f
If you require further assistance, Contact Broadcom Support. Visit the Contact Support portal.