Changes between Version 39 and Version 40 of GENIExperimenter/Tutorials/ToolsSetup
- Timestamp:
- 09/07/14 18:26:15 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GENIExperimenter/Tutorials/ToolsSetup
v39 v40 24 24 25 25 === Mac OS X/Linux === 26 Mac OS X and Linux come with an ssh client you can run from a Terminal window. You do not need to install anything. 27 26 Mac OS X and Linux come with an ssh client you can run from a Terminal window. You do not need to install anything. Proceed to the [wiki: Test SSH with Keys] section below. 28 27 === Windows === 29 28 … … 38 37 ''Note: If you are using the Putty ssh client, you will need [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html puttygen] to convert the private keys used by GENI to Putty's format. 39 38 40 {{{ 41 #!comment 39 === Test SSH with keys === 40 You should have received a copy of an SSH private key by email. 42 41 43 === Test SSH with keys ===44 In the email you should have received a copy of an SSH private key.45 46 {{{47 #!comment48 42 To test your setup you will need these information: 49 * `username`: tutorial50 * `hostname`: pc2.instageni. wisc.edu51 * `port`: 3 205852 * passphrase for private key: genischool43 * `username`: sshtest 44 * `hostname`: pc2.instageni.ku.gpeni.net 45 * `port`: 30778 46 * passphrase for private key: verify 53 47 }}} 54 48 55 To test your setup you will need these information:56 * `username`: tutorial57 * `hostname`: pc2.geni.kettering.edu58 * `port`: 3001059 * passphrase for private key: genischool60 49 61 50