Changes between Version 82 and Version 83 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/DesignSetup


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

--

Legend:

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

    v82 v83  
    149149 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):
    150150{{{
     151#!html
     152<pre>
     153mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
     154chmod 0600 ~/.ssh/id_geni_ssh_rsa
     155</pre>
     156}}}
     157{{{
    151158mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
    152159chmod 0600 ~/.ssh/id_geni_ssh_rsa