Changes between Version 24 and Version 25 of GENIExperimenter/Tutorials/PortalSimpleLayer2Example/SetupAccount


Ignore:
Timestamp:
03/17/13 16:42:38 (11 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

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

    v24 v25  
    118118         <ol start='4'>
    119119            <li>Now, press the <b>Download Private Key</b> button</li>
    120             <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>
     120            <li>Open a terminal and execute:
     121<pre>
     122$ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
     123$ chmod 600 ~/.ssh/id_geni_ssh_rsa
     124$ ssh-add ~/.ssh/id_geni_ssh_rsa
     125</pre>
     126Later in the tutorial, this will allow you to log into your nodes securely without a password. </li>
    121127
    122128          </ol>