To change your password on the UNIX server, you have to connect to it, as if you were sitting at its keyboard. You use a telnet program called “putty” to do this. Once you have connected, you will type certain UNIX commands–exactly as shown!
Start the putty program. In the lab, you do this by going to the Start menu, “All programs”, then choose putty (near the bottom of the list).
Where it asks for host name, type evc-cit.info, as shown in the screenshot below. Click radio button. (SSH stands for “Secure Shell,” which is a more secure way of connecting to a server.) Finally, click the Open button.

The first time you connect to a new server with secure shell, you will get a warning message as shown in the picture below (click the picture to see it at full size). Just click the button.
In a few seconds, you will be connected to the server. It will ask you to login as: and you will type your user name (like web199).
It will then ask for your password. Type that in; it will not show up on the screen! Not even little stars will show up.
If you did it all correctly, you will get a message to have a lot of fun, and then get a prompt where you can type commands.

Type passwd to change your password, then press ENTER. Do not type the word "password" at the command line -- it won't work!
The server prompts you for your old password. Type it in; it will not show up on the screen, not even as little stars.
The server prompts you for the new password. If it is too simple (letters only, or based on a dictionary word), it will tell you so and reject that password
A good password has letters (upper and lowercase, digits, and punctuation. Try using the first letters of some famous saying or your favorite movie or song.)
Password changed.
After you finish, type exit at the command prompt. Putty closes its window, and you may continue doing whatever else you had in mind.