| 14 | Join the Project: |
| 15 | |
| 16 | 1. Go to [https://portal.geni.net/] press the “Use GENI” button and log in with your UMass OIT credentials. |
| 17 | 2. Click “Join a Project” and select “UMASS-ECE374”. |
| 18 | 3. You will then get a notification inviting you to join the project. |
| 19 | |
| 20 | Get Your Credentials: |
| 21 | |
| 22 | 1. Open a browser and go to [https://portal.geni.net/] |
| 23 | 2. Log in using your UMass OIT credentials. |
| 24 | 3. When you are logged in, select “Profiles” from the top, right menu. |
| 25 | 4. Next, click on “Generate SSH keypair” and enter your passphrase. [[BR]] |
| 26 | Make sure you remember that passphrase. |
| 27 | 5. On the next page click on “Download Private Key” and save the key to {{{~/.ssh}}} locally. |
| 28 | 6. In the browser, still on the same page under “My Stuff, Configure Omni” click on the link “create an SSL certificate”. |
| 29 | 7. Download the certificate to {{{~/.ssl}}} locally. |
| 30 | 8. Make sure the files that hold your secret keys are adequately protected. To |
| 31 | make sure that’s the case you can execute the following commands: |
| 32 | {{{ |
| 33 | chmod 0600 .ssh/id_geni_ssh_rsa |
| 34 | }}} |