Changing Your CS Account Password

Most students are required to change their CS account password once per year. In order to do this, you’ll need to ssh to one of the public shell servers and run passwd. If you use Mac or Linux, you can open up a terminal window and run

$ ssh diadem.cs.brandeis.edu
$ passwd

or

$ ssh tiara.cs.brandeis.edu
$ passwd

From there, simply follow the prompts to change your password.