Changes between Version 13 and Version 14 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/SetupAccount


Ignore:
Timestamp:
03/11/13 18:15:06 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/PortalSimpleLayer2Example/SetupAccount

    v13 v14  
    8888      <tr>
    8989        <td>
    90         <img border="0" src="" alt="Generate an SSH Key Pair"  height="120" title="Generate an SSH Key Pair" /> </a>
     90        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/profile_sshkeys.png?format=raw" alt="Generate an SSH Key Pair"  height="180" title="Generate an SSH Key Pair" /> </a>
    9191       </td>
    9292       <td >
     
    9494            <li>Once you are logged in, click on the <i>Profile</i> page.</li>
    9595            <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>
     96
     97          </ol>
     98       </td>
     99      </tr>
     100      <tr>
     101       <td >
     102         <ol start='3'>
    96103            <li>Enter a passphrase twice, then press <b>Generate SSH private key</b>.</li>
     104          </ol>
     105       </td>
     106        <td>
     107        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/generate_sshkeys.png?format=raw" alt="Generate an SSH Key Pair"  height="230" title="Generate an SSH Key Pair" /> </a>
     108       </td>
     109      </tr>
     110      <tr>
     111        <td>
     112        <img border="0" src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/PortalSimpleLayer2Example/Graphics/download_sshkeys.png?format=raw" alt="Generate an SSH Key Pair"  height="280" title="Generate an SSH Key Pair" /> </a>
     113       </td>
     114       <td >
     115         <ol start='4'>
    97116            <li>Now, press the <b>Download Private Key</b> button</li>
    98117            <li>Open a terminal and execute <code>chmod 600 ~/Downloads/id_geni_ssh_rsa</code> and then <code>ssh-add ~/Downloads/id_geni_ssh_rsa</code>.  Later in the tutorial, this will allow you to log into your nodes securely without a password. </li>