Changes between Version 21 and Version 22 of GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup


Ignore:
Timestamp:
10/22/13 12:47:20 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIEducation/SampleAssignments/UnderstandAMAPI/Procedure/DesignSetup

    v21 v22  
    3434
    3535== 2.  Establish the Environment ==
    36 
    37 
    3836
    3937=== 2.1  Pre-work: Create a GENI account ===
     
    8280
    8381=== 2.2 Pre-work: Project lead adds you to a project ===
    84 In order to use the portal to reserve resources, you must join a project.  We have created a project for this tutorial. 
     82In order to use the portal to reserve resources, you must join a project. 
    8583
    8684{{{
     
    112110}}}
    113111
    114 === 2.3 Pre-work: Generate and Download SSH Keypair ===
     112=== 2.3 Pre-work: Ensure SSH keys are setup ===
    115113
    116114Access to compute resources in GENI is provided through ssh key pairs and thus the portal needs a public key to upload to compute resources. For the purposes of the tutorial we will have the portal create an SSH key pair for you. (However, if you prefer to use your personal public key you can choose to upload it.)
    117 
    118 {{{
    119 #!html
    120 <table border="0">
    121       <tr>
    122        <td >
    123          <ol>
    124             <li>Once you are logged in, click on the <i>Profile</i> page.</li>
    125             <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>
    126 
    127           </ol>
    128        </td>
    129         <td>
    130         <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="600" title="Generate an SSH Key Pair" /> </a>
    131          <br/>
    132          <b>Figure 2-2</b> <i>On the </i>Profile<i> page, select the "generate and download an SSH keypair" button.</i>
    133        </td>
    134       </tr>
    135       <tr>
    136        <td >
    137          <ol start='3'>
    138             <li>Enter the same passphrase twice, then press <b>Generate SSH private key</b>.</li>
    139           </ol>
    140        </td>
    141         <td>
    142         <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="600" title="Generate an SSH Key Pair" /> </a>
    143          <br/>
    144          <b>Figure 2-3</b> <i>Enter passphrase twice, then generate SSH private key.</i>
    145        </td>
    146       </tr>
    147       <tr>
    148        <td >
    149          <ol start='4'>
    150             <li>Now, press the <b>Download Private Key</b> button</li>
    151             <li>Open a terminal and execute:
    152 <pre>
    153 $ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
    154 $ chmod 0600 ~/.ssh/id_geni_ssh_rsa
    155 $ ssh-add ~/.ssh/id_geni_ssh_rsa
    156 </pre>
    157 Later in the tutorial, this will allow you to log into your nodes securely without a password. </li>
    158 
    159           </ol>
    160        </td>
    161         <td>
    162         <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="600" title="Download an SSH Key Pair" /> </a>
    163          <br/>
    164          <b>Figure 2-4</b> <i>Download an SSH Key Pair.</i>
    165        </td>
    166        
    167     </tr>
    168  </table>
    169 }}}
    170 
     115Verify that you have at least one public key associated with your account. To do that, after you login to the portal check under your Profile, under the `SSH keys` tab. If you do not have SSH keys associated yet, please follow [http://groups.geni.net/geni/wiki/GENIEducation/SampleAssignments/LabZero/Procedure/DesignSetup#a2.3GenerateandDownloadSSHKeypair these instructions].
    171116
    172117=== 2.4 Configure Omni ===