If the darwin_user password is not working one reason can be
that the account is been locked due to three failed login attempts, so in that
case we will need to unlock the account.
We have to use VMRC (Virtual Machine Remote Console) because
SSH is disable for the root account, login as root user.
To check the number of failed login attempts from the shell prompt.
To unlock the locked account from the shell prompt
validate that the fail count is reset to zero.
faillog -u darwin_user
and if suppose you want to reset the password for the darwin_user
No comments:
Post a Comment