Changes between Version 6 and Version 7 of GENIExperimenter/Tutorials/TrainTheTA-Fall2014/SliceAccessTutorial
- Timestamp:
- 09/18/14 09:53:02 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/TrainTheTA-Fall2014/SliceAccessTutorial
v6 v7 107 107 The process of loading a common public SSH key has two steps... 108 108 === B. Generate SSH Keypairs === 109 To generate an SSH Key pair use [http://en.wikipedia.org/wiki/Ssh-keygen keygen]. 109 You 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 111 To generate an SSH Key pair use [http://en.wikipedia.org/wiki/Ssh-keygen ssh-keygen]. 110 112 1. In a terminal run 111 113 {{{ … … 116 118 * Make sure to remember the passphrase you set. 117 119 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 withthe 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. 119 121 * `common-key.pub`: This is the public key. This is the key you give to the students to load to their profile.[[BR]] 120 122 {{{