Changes between Version 30 and Version 31 of GENIExperimenter/Tutorials/NewToolsSetup
- Timestamp:
- 01/28/16 13:29:22 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/NewToolsSetup
v30 v31 51 51 1. Save the NOT_PUTTY version of the private key on your computer. 52 52 1. Open a terminal 53 1. Ensure that your private key has the right permissions by typing : 53 1. Ensure that your private key has the right permissions by typing: 54 {{{ 54 55 chmod 700 <private_key_file> 56 }}} 57 55 58 1. Run ssh by typing: 59 {{{ 56 60 ssh -i <private key location> sshtest@pc3.geni.uchicago.edu -p 32826 61 }}} 57 62 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. 58 63 … … 63 68 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 69 1. Run PuTTY. 65 1. On the Basic options screen, in the Host Name field enter: 70 1. On the Basic options screen, in the Host Name field enter: sshtest@pc3.geni.uchicago.edu 66 71 1. In the Port field enter: 32826 67 72 1. Make sure Connection type is: SSH