Changes between Version 78 and Version 79 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/DesignSetup


Ignore:
Timestamp:
02/04/16 15:29:30 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/DesignSetup

    v78 v79  
    151151
    152152==== Mac OS X/Linux ====
    153  1. Now, click the ''Download Private Key<'' button.   
    154  1. In a command line terminal, move your key to the appropriate location and ensure that it has the right permissions by typing (replacing ~/Downloads/ with actual location if necessary):
     153 a. Now, click the ''Download Private Key<'' button.   
     154 a. In a command line terminal, move your key to the appropriate location and ensure that it has the right permissions by typing (replacing ~/Downloads/ with actual location if necessary):
    155155{{{
    156156mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
     
    158158ssh-add ~/.ssh/id_geni_ssh_rsa
    159159}}}
    160  1. Finally, add this key to the authentication agent by typing:
     160 a. Finally, add this key to the authentication agent by typing:
    161161{{{
    162162ssh-add ~/.ssh/id_geni_ssh_rsa
     
    164164
    165165==== Windows PuTTY ====
    166  1. Now, click the ''Download PuTTY Key'' button, save it to your computer.
    167  1. Later you will need to remember the location of the key. 
     166 a. Now, click the ''Download PuTTY Key'' button, save it to your computer.
     167 a. Later you will need to remember the location of the key. 
    168168
    169169==== Windows FireSSH ====
    170  1. Now, click the ''Download Private Key'' button. 
    171  1. Later you will need to remember the location of the key.
     170 a. Now, click the ''Download Private Key'' button. 
     171 a. Later you will need to remember the location of the key.
    172172
    173173== 3.  Obtain Resources ==