Password Complexiety
$> sudo apt install libpam-pwquality$> sudo nano /etc/security/pwquality.confConfiguring Password Complexiety
Password Difference
# Number of characters in the new password that must not be present in the
# old password.
difok = 3Minimum length
# Minimum acceptable size for the new password (plus one if
# credits are not disabled which is the default). (See pam_cracklib manual.)
# Cannot be set to lower value than 6.
minlen = 9Password Dictionary check for weak password
Password cannot be some variation of username :

Last updated