Configure the number or rounds for the password hashing algorithm. This can be
accomplished by using the rounds
option for the pam_unix
PAM module.
In file /etc/pam.d/password-auth
append rounds=
to the pam_unix.so
entry, as shown below:
password sufficient pam_unix.so ...existing_options... rounds=
The system's default number of rounds is 5000.