Changes between Version 4 and Version 5 of HowTo/LoginToNodes


Ignore:
Timestamp:
07/23/12 17:09:38 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v4 v5  
    44= Login to GENI hosts =
    55When you reserve nodes through the GENI AM API, you can login to your nodes using [http://en.wikipedia.org/wiki/Secure_Shell `ssh`]. You get access to reserved hosts only through [https://wiki.archlinux.org/index.php/SSH_Keys ssh keys]. This page will give you some useful tips about how to login to your nodes.
     6
     7In 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 ==
     13Depending on which OS you are using there are different ssh client options.
     14
     15==== LInux/Mac OS ====
     16All 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 ====
     19There 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 ==
    625
    726== Omni Reserved Hosts ==