faillock
Display and modify authentication failure record files. More information: <https://manned.org/faillock>.
Install
- All systems
-
curl cmd.cat/faillock.sh
- Arch Linux
-
pacman -S pam
- CentOS
-
yum install pam
- Fedora
-
dnf install pam
- Dockerfile
- dockerfile.run/faillock
Display and modify authentication failure record files. More information: <https://manned.org/faillock>.
-
List login failures of all users:
sudo faillock
-
List login failures of the specified user:
sudo faillock --user user
-
Reset the failure records of the specified user:
sudo faillock --user user --reset
© tl;dr; authors and contributors