Kolam Ayer MakersLinux Foundations

Passwords

Use a passphrase: a few memorable words or a short sentence that only makes sense to you.

Do not use any example from this document as your real password. The examples show the shape of a good passphrase, not a secret to reuse.

Good patterns:

Bad patterns:

The server checks new passwords with the system password-quality policy. It rejects short passwords, common words, dictionary matches, repeated patterns, and passwords derived from your account details.

Change your password with the normal Linux command:

passwd

If passwd rejects your choice, read the message and make the passphrase longer or less predictable. Adding one more unrelated word is usually better than adding punctuation.

Admin password helper scripts still exist for account recovery, but students should use passwd for ordinary password changes.