Setting Up Your SSH Account
From TBD Enterprises
(→Windows) |
|||
Line 8: | Line 8: | ||
== Logging In == | == Logging In == | ||
− | ===Linux and OS X=== | + | === Linux and OS X === |
# Open the terminal (Applications/Utilities/Terminal on a Mac). | # Open the terminal (Applications/Utilities/Terminal on a Mac). | ||
− | # Type into the terminal:<code>ssh <username>@208.115.212.56</code> | + | # Type into the terminal: <code>ssh <username>@208.115.212.56</code> |
# You will be prompted for your password. | # You will be prompted for your password. | ||
# ...and you're in. | # ...and you're in. | ||
− | ===Windows=== | + | === 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 |