Changes between Version 23 and Version 24 of HowTo/LoginToNodes


Ignore:
Timestamp:
08/15/12 15:41:10 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v23 v24  
    33
    44= Login to GENI hosts =
    5 [[Image(CoffeeWoman.png)]]
    6 When you reserve nodes through the [http://groups.geni.net/geni/wiki/GeniApi 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.
     5{{{
     6#!html
     7
     8<table border="0">
     9     <tr>
     10         <td>  <img border="0" src="http://groups.geni.net/geni/attachment/wiki/HowTo/LoginToNodes/CoffeeWoman.png?format=raw" alt="Omni Client" width="150" height="175"/> </td>
     11        <td> <pre>   </pre> </td>
     12
     13         <td>When you reserve nodes through the [http://groups.geni.net/geni/wiki/GeniApi GENI AM API], you can login to your nodes using <a href='http://en.wikipedia.org/wiki/Secure_Shell'> ssh </a>. You get access to reserved hosts only through <a href ='https://wiki.archlinux.org/index.php/SSH_Keys'> ssh keys</a>. This page will give you some useful tips about how to login to your nodes.
    714
    815In order to login to your nodes you need the following things:
    9  1. an '''ssh client'''
    10  2. your '''login name''', and the '''hostname'''
    11  3. your '''ssh key'''
     16<ol>
     17 <li> an <b> ssh client </b> </li>
     18 <li> your <b>login name</b>, and the <b>hostname </b> </li>
     19 <li> your <b> ssh key </b></li>
     20</ol>
     21</td>
     22       <td> <pre>   </pre> </td>
     23    </tr>
     24 </table>
     25}}}
     26
    1227
    1328== SSH Client ==