Changes between Version 41 and Version 42 of GIMIv1.1Tutorial/Environment


Ignore:
Timestamp:
10/17/12 21:51:19 (12 years ago)
Author:
zink@cs.umass.edu
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GIMIv1.1Tutorial/Environment

    v41 v42  
    6969
    7070[http://groups.geni.net/geni/wiki/GENIUserWorkspace/ConfigCredentials Here] you can find more detailed information on the credential management and configuration.
     71
     72And here we list the steps the script actually performs:
     73
     74    1.  Installs the GENI certificate in $HOME/.ssl
     75    2.  Creates an SSH key pair based on the private key in the GENI certificate and installs the pair in $HOME/.ssh/geni_key and $HOME/.ssh/geni_key.pub
     76    3.  Creates omni_config to point to the certificate and key pair.
     77    4.  Configures .flukes.properties with the appropriate keystore and key pair.
     78    5.  Configures .irods/.irodsEnv with the appropriate username and server information
     79    6.  (To be added) Runs ssh-add to add the geni_key private key to the ssh agent for password-less login to the nodes.
    7180
    7281----