Changes between Version 91 and Version 92 of HowTo/LoginToNodes
- Timestamp:
- 02/15/19 11:42:32 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowTo/LoginToNodes
v91 v92 7 7 <table border="0"> 8 8 <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> 10 10 <td> <pre> </pre> </td> 11 11 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. 13 13 14 14 In order to login to your nodes you need the following things: … … 159 159 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). 160 160 {{{ 161 162 161 eval `ssh-agent -s` 162 ssh-add .ssh/id_rsa 163 163 }}} 164 164 ii. Now ssh should work ''without'' the `-i` option (using the agent you started in the previous step): … … 189 189 pc522.emulab.net's geni_status is: changing 190 190 Login using: 191 191 xterm -e ssh -i /home/nriga/.ssh/geni_key inki@pc522.emulab.net -p 32570 & 192 192 193 193 pcwf171.emulab.net's geni_status is: ready 194 194 Login using: 195 195 xterm -e ssh -i /home/nriga/.ssh/geni_key inki@pcwf171.emulab.net & 196 196 197 197 ================================================================================