Changes between Version 7 and Version 8 of GENIExperimenter/Tutorials/GENIFIRE/jFed/GettingStarted_PartI/Procedure/DesignSetup/GENIAccountSetup


Ignore:
Timestamp:
06/28/16 19:26:28 (8 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/GENIFIRE/jFed/GettingStarted_PartI/Procedure/DesignSetup/GENIAccountSetup

    v7 v8  
    1919== 1.  Establish the Environment ==
    2020
    21 
    22 
    2321=== 1.1  Pre-work: Create a GENI account ===
    2422{{{
     
    3028       <td >
    3129         <ol type='a'>
    32             <li> Launch a <b> Firefox </b> browser. Go to <a href="https://portal.geni.net"> https://portal.geni.net </a> and press the <b> Use GENI </b> button</li>
    33             <li> From the Drop Down menu select your institution. If you got an account through the GENI Identity Provider, please select <b>GENI Project Office</b>.
     30            <li> Go to <a href="https://portal.geni.net"> https://portal.geni.net </a> and press the <b> Use GENI </b> button</li>
     31            <li> Where prompted, begin typing your organization's name, and select it from the list. If you got an account through the GENI Identity Provider, type <b>GENI Project Office</b>.
    3432                  <br/>
    3533
     
    5654        <br/--><img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/portal_login.png?format=raw" alt="Use GENI"  width="375" title="Login to GENI" /> </a>
    5755<br />
    58          <b>Figure 1-1</b> <i>Logging into the GENI Experimenter Portal.</i>
     56         <b>Figure 2-1</b> <i>Logging into the GENI Experimenter Portal.</i>
    5957       </td>
    6058    </tr>
     
    108106       <td >
    109107         <ol  type='a'>
    110             <li>Once you are logged in, click on the <i>Profile</i> page.</li>
    111             <li>On the <i>Profile</i> page in the <i>SSH Keys</i> section, select <b>generate and download an SSH keypair</b> button.</li>
     108            <li>Once you are logged in, click on your name in the upper right hand corner and select <i>SSH Keys</i> from the pulldown menu.</li>
     109            <li>On the new page, select the <b>generate and download an SSH keypair</b> button.</li>
    112110
    113111          </ol>
    114        </td>
    115         <td>
    116         <img src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/profile_sshkeys_3_v4.png?format=raw" alt="Generate an SSH Key Pair"  width="400" title="Generate an SSH Key Pair" /> </a>
    117          <br/>
    118          <b>Figure 1-2</b> <i>On the </i>Profile<i> page, select the "generate and download an SSH keypair" button.</i>
    119112       </td>
    120113      </tr>
     
    122115       <td >
    123116         <ol  type='a' start='3'>
    124             <li>Enter the same passphrase twice, then press <b>Generate SSH private key</b>.</li>
     117            <li>Enter the same passphrase twice, then press <b>Generate SSH private key</b>.  Note: You will need to remember the passphrase later in the tutorial.</li>
    125118          </ol>
    126119       </td>
    127         <td>
    128         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/generate_sshkeys_1_v2.png?format=raw" alt="Generate an SSH Key Pair"  width="400" title="Generate an SSH Key Pair" /> </a>
    129          <br/>
    130          <b>Figure 1-3</b> <i>Enter passphrase twice, then generate SSH private key.</i>
     120       <td>
     121        <img border="0" src="http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/Graphics/download_sshkeys_1_v2.png" alt="Download an SSH Key Pair"  width="400" title="Download an SSH Key Pair" />
     122         <br />
     123         <b>Figure 2-4</b> <i>Download an SSH Key Pair.</i>
    131124       </td>
    132125      </tr>
    133       <tr>
    134        <td >
    135          <ol  type='a' start='4'>
    136             <li>Now, press the <b>Download Private Key</b> button</li>
    137             <li><b>If you are using a command line based ssh client</b>, open a terminal and execute:
     126  </table>
     127}}}
     128
     129==== Mac OS X/Linux ====
     130 a. Now, click the '''Download Private Key''' button.   
     131 a. In a command line terminal, move your key to the appropriate location and ensure that it has the right permissions by typing (replacing ~/Downloads/ with actual location if necessary):
     132{{{
     133#!html
    138134<pre>
    139 $ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
    140 $ chmod 0600 ~/.ssh/id_geni_ssh_rsa
    141 $ ssh-add ~/.ssh/id_geni_ssh_rsa
     135mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
     136chmod 0600 ~/.ssh/id_geni_ssh_rsa
    142137</pre>
    143 Later in the tutorial, this will allow you to log into your nodes securely without a password. </li>
     138}}}
     139 a. (Mac and Linux only) Finally, add this key to the ssh agent by typing:
     140{{{
     141#!html
     142<pre>
     143ssh-add ~/.ssh/id_geni_ssh_rsa
     144</pre>
     145}}}
    144146
    145           </ol>
    146        </td>
    147         <td>
    148         <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIEducation/SampleAssignments/LabZero/Graphics/download_sshkeys_1_v2.png?format=raw" alt="Download an SSH Key Pair"  width="400" title="Download an SSH Key Pair" /> </a>
    149          <br/>
    150          <b>Figure 1-4</b> <i>Download an SSH Key Pair.</i>
    151        </td>
    152        
    153     </tr>
    154  </table>
    155 }}}
     147==== Windows PuTTY ====
     148 a. Now, click the '''Download PuTTY Key''' button, and save the key to your computer.
     149 a. Later you will need to remember the location of the key. 
     150
     151==== Windows FireSSH ====
     152 a. Now, click the '''Download Private Key''' button, and save the key to your computer. 
     153 a. Later you will need to remember the location of the key.
     154
    156155
    157156== 1.4 Launch jFed ==