= [https://groups.geni.net/geni/wiki/GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure Lab Zero: A First Experiment Using GENI] =
{{{
#!html
- Once you are logged in, click on your name in the upper right hand corner and select SSH Keys from the pulldown menu.
- On the new page, select the generate and download an SSH keypair button.
|
Figure 2-2 On the SSH Keys page, select the "generate and download an SSH keypair" button.
|
- Enter the same passphrase twice, then press Generate SSH private key.
|
Figure 2-3 Enter passphrase twice, then generate SSH private key.
|
- Now, press the Download Private Key button. (PuTTY users should selection Download PuTTY Key instead.)
- If you are using a command line based ssh client, open a terminal and execute:
$ mv ~/Downloads/id_geni_ssh_rsa ~/.ssh/.
$ chmod 0600 ~/.ssh/id_geni_ssh_rsa
$ ssh-add ~/.ssh/id_geni_ssh_rsa
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.)
|
Figure 2-4 Download an SSH Key Pair.
|
}}}
----
= [wiki:GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure Introduction] =
= [wiki:GENIExperimenter/Tutorials/jFed/GettingStarted_PartI/Procedure/DesignSetup/ObtainResources Next: Obtain Resources] =