Setting Up Your SSH Account
From TBD Enterprises
(→Windows) |
|||
Line 6: | Line 6: | ||
To request an account, contact one of the server admins: [[User:Artevelde|Artevelde]] or [[User:Float|Float]]. | To request an account, contact one of the server admins: [[User:Artevelde|Artevelde]] or [[User:Float|Float]]. | ||
+ | |||
+ | == Logging In == | ||
+ | === Linux and OS X === | ||
+ | # Open the terminal (Applications/Utilities/Terminal on a Mac). | ||
+ | # Type into the terminal: <code>ssh <username>@208.115.212.56</code> | ||
+ | # You will be prompted for your password. | ||
+ | # ...and you're in. | ||
+ | |||
+ | === Windows === | ||
+ | # Download and install [[PuTTY]]. | ||
+ | # Start up PuTTY. | ||
+ | # Type <code>208.115.212.56</code> into the "Host Name (or IP address)" box. | ||
+ | # Press the "Open" button. | ||
+ | # You will be prompted for your username, followed by your password. | ||
+ | # ...and you're in! | ||
+ | |||
+ | == Changing Your Password == | ||
+ | # Log in to your SSH account. | ||
+ | # Type into the terminal: <code>passwd</code> | ||
+ | # You will be asked for your old password and then a new one. | ||
== Admin Notes == | == Admin Notes == | ||
TODO | TODO |