Changes between Version 91 and Version 92 of HowTo/LoginToNodes


Ignore:
Timestamp:
02/15/19 11:42:32 (5 years ago)
Author:
Hussamuddin Nasir
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoginToNodes

    v91 v92  
    77<table border="0">
    88     <tr>
    9          <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>
     9         <td>  <img border="0" src="https://groups.geni.net/geni/attachment/wiki/HowTo/LoginToNodes/CoffeeWoman.png?format=raw" alt="Omni Client" width="150" height="175"/> </td>
    1010        <td> <pre>   </pre> </td>
    1111
    12          <td>When you reserve nodes through the <a href='http://groups.geni.net/geni/wiki/GeniApi'> GENI AM API</a>, 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.
     12         <td>When you reserve nodes through the <a href='https://groups.geni.net/geni/wiki/GeniApi'> GENI AM API</a>, 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.
    1313
    1414In order to login to your nodes you need the following things:
     
    159159       i. Start the ''ssh agent'' and tell it the location of your private key using `ssh-add` (enter the passphrase to your private key when prompted).
    160160{{{
    161         eval `ssh-agent -s`
    162         ssh-add .ssh/id_rsa
     161  eval `ssh-agent -s`
     162  ssh-add .ssh/id_rsa
    163163}}}
    164164       ii. Now ssh should work ''without'' the `-i` option (using the agent you started in the previous step):
     
    189189pc522.emulab.net's geni_status is: changing
    190190Login using:
    191         xterm -e ssh -i /home/nriga/.ssh/geni_key inki@pc522.emulab.net -p 32570 &
     191  xterm -e ssh -i /home/nriga/.ssh/geni_key inki@pc522.emulab.net -p 32570 &
    192192
    193193pcwf171.emulab.net's geni_status is: ready
    194194Login using:
    195         xterm -e ssh -i /home/nriga/.ssh/geni_key inki@pcwf171.emulab.net &
     195  xterm -e ssh -i /home/nriga/.ssh/geni_key inki@pcwf171.emulab.net &
    196196
    197197================================================================================