Changes between Version 74 and Version 75 of HowTo/LoginToNodes


Ignore:
Timestamp:
04/14/15 10:35:20 (9 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v74 v75  
    2626
    2727
    28 == SSH Client ==
     28== 1. SSH Client ==
    2929Depending on which OS you are using there are different ssh client options.
    3030
     
    3939 * [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.
    4040
    41 == Get your Login, Host names and ports ==
     41== 2. Get your Login, Host names and ports ==
    4242In order to figure out your login name the best way is to use the [wiki:GAPI_AM_API_V3#Status status command] of the GENI AM API. Depending of which tool you used to reserve the resources you can get this information in different ways.
    4343
     
    6363'''Note:''' If you are on a Mac computer, or a computer that has [[http://firessh.net/help.html FireSSH] installed then you can directly use the 'SSH' button that is on the top on the information pane for the host.
    6464
    65 == Get a copy of your ssh key ==
     65== 3. Get a copy of your ssh key ==
    6666When you reserve your resources, the tool that you use for the reservation also installs one or more public keys on the hosts so that you can get ssh access. In order to ssh to the machines you will need to get a copy of the private ssh key that correspond to the installed public keys. As before, how to get a copy of the needed ssh key depends on the specific tool.
    6767