Changes between Version 75 and Version 76 of GENIExperimenter/Tutorials/jacks/GettingStarted_PartI/Procedure/DesignSetup


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

--

Legend:

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

    v75 v76  
    162162 </table>
    163163}}}
    164 
     164==== Mac OS X/Linux ====
     165 1. Save the NOT_PUTTY version of the private key on your computer. 
     166 1. Open a terminal
     167 1. Ensure that your private key has the right permissions by typing:
     168{{{
     169chmod 700 <private_key_file>
     170}}}
     171
     172 1. Run ssh by typing:
     173{{{
     174ssh -i <private key location> sshtest@pc3.geni.uchicago.edu -p 32826
     175}}}
     176 1. Enter the passphrase ('''v3rify''') when prompted. Note: If you are prompted for a password then something went wrong. Make sure that all the information is correct.
     177
     178 If you see the prompt sshtest@test:~$ you have successfully logged-in to the node.
     179
     180
     181==== Windows PuTTY ====
     182 1. You will use the PUTTY version of the private key.  Save the key on your computer. (It was converted from the standard format using the puttygen program. For more information look here)
     183 1. Run PuTTY. 
     184 1. On the Basic options screen, in the Host Name field enter: {{{sshtest@pc3.geni.uchicago.edu}}}
     185 1. In the Port field enter: '''32826'''
     186 1. Make sure Connection type is:  SSH
     187 1. Under the settings categories on the left navigate to Connection-> '''SSH ->Auth'''.
     188 1. Next to the "Private key file for authentication" field at the bottom, click '''Browse...''' and select the private key file you saved to your computer, and click '''Open'''.
     189 1. Click '''Open''' to establish the SSH connection.
     190 1. If prompted about whether you trust the host (key not cached in registry), click Yes. 
     191 1. When prompted for the Passphrase enter: '''v3rify'''
     192
     193 If you see the prompt sshtest@test:~$ you have successfully logged-in to the node.
     194
     195==== Windows FireSSH ====
     196After you Install FireSSH :
     197
     198 1. Save the NOT_PUTTY version of the private key.
     199 1. Load this URL into firefox: '''ssh://sshtest@pc3.geni.uchicago.edu:32826'''
     200 1. In the pop-up window, enter the passphrase '''v3rify''' in the (mislabeled) password field, and click '''Browse...'''
     201 1. Select the private key, and click '''Open'''.
     202 1. Click '''OK'''.
     203 1. If prompted about whether you trust the host (host key not cached in registry), click Yes. 
     204
     205 If you see the prompt sshtest@test:~$ you have successfully logged-in to the node.
    165206
    166207