Changes between Initial Version and Version 1 of GENIExperimenter/GeniWebinars/SshKeyPair


Ignore:
Timestamp:
05/26/16 11:52:05 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/GeniWebinars/SshKeyPair

    v1 v1  
     1= Generate and Download SSH Keypair =
     2
     3Access 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.)
     4
     5{{{
     6#!html
     7<table border="0">
     8      <tr>
     9       <td >
     10         <ol  type='a'>
     11            <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>
     12            <li>On the new page, select the <b>generate and download an SSH keypair</b> button.</li>
     13
     14          </ol>
     15       </td>
     16      </tr>
     17      <tr>
     18       <td >
     19         <ol  type='a' start='3'>
     20            <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>
     21          </ol>
     22       </td>
     23       <td>
     24        <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" />
     25         <br />
     26         <b>Figure 2-4</b> <i>Download an SSH Key Pair.</i>
     27       </td>
     28      </tr>
     29  </table>
     30}}}