| 6 | |
| 7 | In order to login to your nodes you need the following things: |
| 8 | 1. an '''ssh client''' |
| 9 | 2. your '''login name''' |
| 10 | 3. your '''ssh key''' |
| 11 | |
| 12 | == SSH Client == |
| 13 | Depending on which OS you are using there are different ssh client options. |
| 14 | |
| 15 | ==== LInux/Mac OS ==== |
| 16 | All linux and Mac distributions come with a built-in ssh client, just open a Terminal and type ssh, you should get the usage for the ssh command. |
| 17 | |
| 18 | ==== Windows OS ==== |
| 19 | There are multiple windows ssh clients. A list of some popular ones can be found [http://en.wikipedia.org/wiki/Comparison_of_SSH_clients here]. Some commonly used options are: |
| 20 | * [http://www.cygwin.com/ Cygwin]: a complete Linux-type environment that also includes an ssh client. If you have already installed cygwin on your host then you should just run it and follow the instructions for Linux for the rest of the instructions |
| 21 | * [http://www.chiark.greenend.org.uk/~sgtatham/putty/ Putty]: a lightweight free ssh client. '''Note:''' If you are using Putty you will also need to download puttygen to convert your private key to putty's format. |
| 22 | |
| 23 | == Get your Login name == |
| 24 | == Get a copy of your ssh key == |