Aria Operations for Logs
The local account (non-root) is locked after 3 times failed login attempts within 15 minutes which will not be automatically unlocked until it is manually reset by the root account.
Log in to appliance via SSH as root and run the following command to check if the local user account has been locked:
faillock --user {username}
If the output shows Failures
is 3, the account is locked. For example:
# /usr/sbin/faillock
Login Failures Latest failure From
root 0
<local_user_name> 3 2025-04-17 05:15:53 passwd
To unlock the account, run the following command:
faillock --user <local_user_name>
--reset