Changes between Initial Version and Version 1 of HowTo/LoadPubKeyToPortal


Ignore:
Timestamp:
01/24/14 03:45:07 (10 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • HowTo/LoadPubKeyToPortal

    v1 v1  
     1 
     2
     3== Load the public key to your portal profile ==
     4In order to load a public SSH key to the portal to be loaded on to the nodes, do:
     5
     6     i. Login to the portal.
     7     i. Under the ''Profile'' page, load the ''SSH Keys'' tab.
     8     i. Click on the ''upload another ssh public key'' button. Upload `common-key.pub`. [[BR]]
     9{{{
     10#!html
     11
     12<table id="Table_01" border="0" cellpadding="5" cellspacing="0">
     13        <tr>
     14                <td>
     15                        <img src="http://groups.geni.net/geni/attachment/wiki/GENIExperimenter/Tutorials/Graphics/warning-icon-hi.png?format=raw" width="50" height="50" alt="Warning">
     16               </td>
     17<td>If there are no public keys in a profile and you upload one then you will not have the option for the portal to generate one for you. To prevent this, make sure your students <b>first generate their SSH Key pair</b> and  <b>then upload the common public SSH key</b>.
     18</td>
     19        </tr>
     20</table>
     21}}}