Help for Computer Account passwords
You will need to connect to ssh.math.vt.edu using an SSH program to change your password.
For help on using ssh on a PC running Windows, please see 3 Ways to Use SSH on Windows to Log Into Linux Server.
For help on using ssh on an Apple running OSX, please see How do I SSH on a Mac with Terminal
Please note, if you get a connection closed message when connecting, please try it again. It may take a few tries before it succeeds. We're working on this issue.
- Use an ssh program to access ssh.math.vt.edu
- passwd
All passwords used for the Math Department computer passwords must satisfy the following restrictions:
- contain upper case character(s)
- contain lower case character(s)
- contain numeric character(s)
- contain punctuation character(s)
- be at least 18 or more characters in length. More is better.
- NOT the same as your ID, name, or a common dictionary word.
Longer passwords are easier to pass through the password checking system when you try and change your password. The checker looks for things like dictionary words, names, etc... and will reject passwords based on them. Putting two or more words separated by numbers and/or symbolic characters is usually allowed. Having all your number/symbol characters at the start or end of your password doesn't pass as much.
In general a random sequence of upper case, lower case, numeric, and punctuation characters will make a great, but difficult to remember password. A better way is some sort of rules to create your passwords. Following something like three or more words, capitalize first character in each, separate them with the symbol % or a number. Some examples of passwords made with this rule would be :
- Home%Partly42Cloudy
- Paper67Carted^Along
- Supply;Several58Began
- Blitzed@Tuna65Bean
Don't use any of these for your password, but you could use a similar method.
If you know your current Math password
If you know your current Math password you can change it yourself by using the command passwd on ssh.math.vt.edu. You will need to use a command line terminal to do this.
On Macs, the Terminal application is found under Applications->Utilities. Once that is running you would run the command ssh ssh.math.vt.edu -l MATHPID where MATHPID is your Math PID. You will asked for your current Math password.
On PCs, you would use a program such as Secure Shell. Here are some instructions Ben put together. If you do not have this installed on your PC, please see Ben Williams for help.
On Unix systems, generally by default ssh is installed for you. You would use the command ssh MATHPID@ssh.math.vt.edu where MATHPID is your Math PID.
Once you have a session to ssh.math.vt.edu, you will run the command passwd. You will be asked for your current password, and then twice for your new passwords. Nothing will be displayed when you enter in your old and new passwords. You will either get a password changed or a rejection notice. It will not tell you what is wrong with a password if it rejects it. Please see the above section for help on picking a good password that will pass our password restrictions.
If you don't know your Math password or can't seem to change it yourself
If you do not know your current password, I can change it for you. Please either visit my office in McBryde 561 or email me. If you do it via email, I'll email you link to a password change form on OneDrive with a temporary password.
Here is what most of you will see as you go through the password change process:
$ ssh ssh.math.vt.edu -l XXXXXXX
XXXXXXX@ssh.math.vt.edu's password:
Authorized use only. All activity may be monitored and reported. -bash-3.2$ passwd Old password: New password: Retype new password: Password changed for user XXXXXX -bash-3.2$