Setting Up Your SSH Account
From TBD Enterprises
| 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 === |
Coming Soon. | Coming Soon. | ||
| + | |||
| + | == 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 | ||