| 9 | You will also need a secure shell program. If you are running Linux or Mac OS X, then you probably have it installed already. Look for a program called "Terminal" in your utilities folder (on a Macintosh, it's usually found in the Applications -> Utilities folder; on linux you can usually find it in your utilities menu). You can secure shell into our servers by typing something along the lines of: |
| 10 | |
| 11 | {{{ |
| 12 | ssh your-username@your-server |
| 13 | }}} |
| 14 | |
| 15 | For example: |
| 16 | |
| 17 | {{{ |
| 18 | ssh jamie@chavez.mayfirst.org |
| 19 | }}} |
| 20 | |
| 21 | If you are using Windows, there is a free secure shell program called Putty available for [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html download]. When you run Putty, it will ask for your hostname (enter your primary server), your username, and your password. |
| 22 | |