Changing Your git-keeper Password
Windows
- On windows you can use PUTTY (any other SSH program)
- Make sure you are either on campus or connected to the Campus VPN
- In your SSH program, put
username@gitkeeper.wooster.edu
in the Host Name
textbox replacing username
with your Wooster username
- Make sure the
Port
textbox has 22
inside it
- Click Open and a terminal window will open and you will be prompted for a password
- Enter your current git-keeper password. You will not be able to see what you are typing, just trust yourself and
use the force
. When you have typed your password, hit the enter
.
- If your password was correct, you should now see a prompt that looks like this:
git>
- Enter the command
passwd
and hit enter
- You will have to enter your current password and then your new password twice (a second time to confirm)
- If the terminal says you have updated your password you can now enter the command
exit
and hit enter to quit.
macOS
- Open the Terminal app
- Make sure you are either on campus or connected to the Campus VPN
- Run the following command replacing
username
with your Wooster username
$ ssh username@gitkeeper.wooster.edu
- You will be prompted for a password. Enter your current git-keeper password. You will not be able to see what you are typing, just trust yourself and
use the force
. When you have typed your password, hit the enter
.
- If your password was correct, you should now see a prompt that looks like this:
git>
- Enter the command
passwd
and hit enter
- You will have to enter your current password and then your new password twice (a second time to confirm)
- If the terminal says you have updated your password you can now enter the command
exit
and hit enter to quit.