June 2016
Beginner
456 pages
9h 31m
English
In this recipe, we will look at ways to make user profiles more secure.
Follow these steps to secure the user account:
/etc/pam.d/common-password file with GNU nano:
$ sudo nano /etc/pam.d/common-password
password [success=1 default=ignore] pam_unix.so obscure sha512
minlen to the end of this line:password [success=1 default=ignore] pam_unix.so obscure sha512 minlen=8
password requisite pam_cracklib.so ucredit=-1 lcredit=-1 dcredit=-1 ocredit=-1
Read now
Unlock full access