Changes between Version 12 and Version 13 of HowTo/LoginToNodes


Ignore:
Timestamp:
07/23/12 18:01:57 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v12 v13  
    77In order to login to your nodes you need the following things:
    88 1. an '''ssh client'''
    9  2. your '''login name'''
     9 2. your '''login name''', and the '''hostname'''
    1010 3. your '''ssh key'''
    1111
     
    2121 * [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.
    2222
    23 == Get your Login name ==
     23== Get your Login and Host names ==
    2424In 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.
    2525
    2626==== Using Flack ====
    27 If you are using Flack for building your experiment then in order to get the login name you need to load your slice in Flack and press on the (i) icon that is next to the node.
    28 [[Image(pc-info.png)]]. On the top of the information window it has a field that says `Username`.
    29 
     27If you are using [http://www.protogeni.netFlack for building your experiment then in order to get the login name you need to load your slice in Flack and press on the (i) icon that is next to the node.
     28[[Image(pc-info.png)]]. On the top of the information window it has a field that says `Username`, and `Hostname`.
    3029
    3130==== Using Omni ====
     31If you are using Omni, then you can run the `sliverstatus` command and get back a text output. If you search within that output you should find a field about the hostname and one about the login.
     32If you are trying to ssh to your hosts from the same machine that you used to reserve your hosts then you can use a script that comes with Omni and you can directly skip to [ this section].
    3233
    3334==== Other tools ====
     35If you used another tool to reserve your resources, then you should figure out how to get the output of the sliverstatus command. If you can't figure this out please send us an [mailto:help@geni.net email].
    3436
    3537== Get a copy of your ssh key ==