Changes between Version 77 and Version 78 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/DesignSetup
- Timestamp:
- 02/04/16 15:28:26 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/DesignSetup
v77 v78 140 140 <table border=0> 141 141 <tr> 142 <td >143 <ol type='a' start='4'>144 <li>Now, press the <b>Download Private Key</b> button. (PuTTY users should selection <b>Download PuTTY Key</b> instead.)</li>145 <li><b>If you are using a command line based ssh client</b>, open a terminal and execute:146 <pre>147 $ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.148 $ chmod 0600 ~/.ssh/id_geni_ssh_rsa149 $ ssh-add ~/.ssh/id_geni_ssh_rsa150 </pre>151 Later in the tutorial, this will allow you to log into your nodes securely without a password. (Users of GUI based ssh clients, such as PuTTY, should skip this step.)</li>152 153 </ol>154 </td>155 142 <td> 156 143 <img border="0" src="http://groups.geni.net/geni/raw-attachment/wiki/GENIExperimenter/Tutorials/Graphics/download_sshkeys_1_v2.png" alt="Download an SSH Key Pair" width="400" title="Download an SSH Key Pair" /> </a> … … 164 151 165 152 ==== Mac OS X/Linux ==== 166 1. Now, click the <b>Download Private Key</b>button.153 1. Now, click the ''Download Private Key<'' button. 167 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): 168 155 {{{ … … 177 164 178 165 ==== Windows PuTTY ==== 179 1. Now, click the <b>Download PuTTY Key</b>button, save it to your computer.166 1. Now, click the ''Download PuTTY Key'' button, save it to your computer. 180 167 1. Later you will need to remember the location of the key. 181 168 182 169 ==== Windows FireSSH ==== 183 1. Now, click the <b>Download Private Key</b>button.170 1. Now, click the ''Download Private Key'' button. 184 171 1. Later you will need to remember the location of the key. 185 172