Change password on server
There are two ways to change your password on the server:
- Web interface (the recommended way)
- Command line
Via web interface
You can change your password on RHPCS-managed servers by heading over tohttps://pw.mcmaster.ca/servername.
Log in using your current server password and then click on Change your password, found under the Account Functions section.

For example, if you wish to change your pnbserv password, head over to https://pw.mcmaster.ca/pnbserv
Via command line
Log into the target server using your current password, and then invoke the passwd utility.
ssh username@servername
passwd
Your password should easy for you to remember but hard for machines to guess and crack:
- use at least twelve characters (this rule is enforced by the passwd program)
- use a phrase of two or more words
- add non-English or nonsense words
- don't use your name or any large part of your name in your password
We periodically run password-cracking programs ourselves in order to probe for weak passwords and will notify you if your password is too easily guessed.
