Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/TrainTheTA-Fall2014/SliceAccessTutorial


Ignore:
Timestamp:
09/18/14 09:53:02 (10 years ago)
Author:
sedwards@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/TrainTheTA-Fall2014/SliceAccessTutorial

    v6 v7  
    107107The process of loading a common public SSH key has two steps...
    108108=== B. Generate SSH Keypairs ===
    109 To generate an SSH Key pair use [http://en.wikipedia.org/wiki/Ssh-keygen keygen].
     109You may be wondering where the common key came from and how it got loaded on the slice by the student.  This exercise explains how.
     110
     111To generate an SSH Key pair use [http://en.wikipedia.org/wiki/Ssh-keygen ssh-keygen].
    110112  1. In a terminal run
    111113  {{{
     
    116118    *  Make sure to remember the passphrase you set.
    117119  3. Run `ls` to see the contents of your directory. There should be two files generated from the previous command:
    118     * `common-key`: This is the private key. You keep this to your self and maybe share it with the professor of the class and other admins of the project.
     120    * `common-key`: This is the private key. You keep this to your self.  At most you might share it among the professor of the class and other admins of the project.
    119121    * `common-key.pub`: This is the public key. This is the key you give to the students to load to their profile.[[BR]]
    120122{{{