Changes between Version 3 and Version 4 of GENIExperimenter/Tutorials/NSDI13/PortalSimpleLayer2Example/SetupAccount


Ignore:
Timestamp:
04/01/13 02:15:10 (11 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

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

    v3 v4  
    9595       </td>
    9696       <td >
    97          <ol>
     97        <ol>
    9898            <li>Once you are logged in, click on the <i>Profile</i> page.</li>
    9999            <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>
     
    119119         <ol start='4'>
    120120            <li>Now, press the <b>Download Private Key</b> button</li>
    121             <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>
     121            <li>Open a terminal and execute:
     122<pre>
     123$ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
     124$ chmod 600 ~/.ssh/id_geni_ssh_rsa
     125$ ssh-add ~/.ssh/id_geni_ssh_rsa
     126</pre>
     127Later in the tutorial, this will allow you to log into your nodes securely without a password. </li>
    122128
    123129          </ol>