Changes between Version 29 and Version 30 of GENIExperimenter/Tutorials/NewToolsSetup


Ignore:
Timestamp:
01/28/16 13:15:59 (8 years ago)
Author:
Ben Newton
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/NewToolsSetup

    v29 v30  
    4646
    4747== 3.3 Test SSH with keys ==
    48 You should have received a copy of an SSH private key by email.  Follow the instructions below which apply to your Operating System or Tool.  (PuTTY users should use the key file with PUTTY in it's name)
     48You should have received a copy of an SSH private key by email.  Follow the instructions below which apply to your Operating System and SSH client.  (PuTTY users should use the key file with PUTTY in it's name)
    4949
    5050=== Mac OS X/Linux ===
    51 1. Save the NOT_PUTTY version of the private key on your computer. 
    52 1. Open a terminal
    53 1. Ensure that your private key has the right permissions by typing :
     51 1. Save the NOT_PUTTY version of the private key on your computer. 
     52 1. Open a terminal
     53 1. Ensure that your private key has the right permissions by typing :
    5454chmod 700 <private_key_file>
    55 1. Run ssh by typing:
     55 1. Run ssh by typing:
    5656ssh -i <private key location> sshtest@pc3.geni.uchicago.edu -p 32826
    57 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.
     57 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.
    5858
    5959 If you see the prompt sshtest@test:~$ you have successfully logged-in to the node.
     
    6161
    6262===Windows PUTTY===
    63 1. You will use the PUTTY version of the private key attached to this message.  Save the key on your computer. (It was converted from the standard fromat using the puttygen program. For more information look here)
    64 1. Run PuTTY. 
    65 1. On the Basic options screen, in the Host Name field enter:    sshtest@pc3.geni.uchicago.edu
    66 1. In the Port field enter: 32826
    67 1. Make sure Connection type is:  SSH
    68 1. Under the settings categories on the left navigate to Connection-> SSH ->Auth.
    69 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.
    70 1. Click Open to establish the SSH connection.
    71 1. If prompted about whether you trust the host (key not cached in registry), click Yes. 
    72 1. When prompted for the Passphrase enter: v3rify
     63 1. You will use the PUTTY version of the private key attached to this message.  Save the key on your computer. (It was converted from the standard fromat using the puttygen program. For more information look here)
     64 1. Run PuTTY. 
     65 1. On the Basic options screen, in the Host Name field enter:    sshtest@pc3.geni.uchicago.edu
     66 1. In the Port field enter: 32826
     67 1. Make sure Connection type is:  SSH
     68 1. Under the settings categories on the left navigate to Connection-> SSH ->Auth.
     69 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.
     70 1. Click Open to establish the SSH connection.
     71 1. If prompted about whether you trust the host (key not cached in registry), click Yes. 
     72 1. When prompted for the Passphrase enter: v3rify
    7373 If you see the prompt sshtest@test:~$ you have successfully logged-in to the node.
    7474
     
    7676After you Install FireSSH :
    7777
    78 1. Save the NOT_PUTTY version of the private key attached to this message on your computer.
    79 1. Load this URL into firefox:          ssh://sshtest@pc3.geni.uchicago.edu:32826
    80 1. In the pop-up window, enter the passphrase v3rify in the (mislabeled) password field, and click Browse...
    81 1. Select the private key, and click Open.
    82 1. Click OK.
    83 1. If prompted about whether you trust the host (host key not cached in registry), click Yes. 
     78 1. Save the NOT_PUTTY version of the private key attached to this message on your computer.
     79 1. Load this URL into firefox:          ssh://sshtest@pc3.geni.uchicago.edu:32826
     80 1. In the pop-up window, enter the passphrase v3rify in the (mislabeled) password field, and click Browse...
     81 1. Select the private key, and click Open.
     82 1. Click OK.
     83 1. If prompted about whether you trust the host (host key not cached in registry), click Yes. 
    8484 If you see the prompt sshtest@test:~$ you have successfully logged-in to the node.
    8585