Changes between Version 39 and Version 40 of GENIExperimenter/Tutorials/ToolsSetup


Ignore:
Timestamp:
09/07/14 18:26:15 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ToolsSetup

    v39 v40  
    2424
    2525=== 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 
     26Mac 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.
    2827=== Windows ===
    2928
     
    3837''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.
    3938
    40 {{{
    41 #!comment
     39=== Test SSH with keys ===
     40You should have received a copy of an SSH private key by email.
    4241
    43 === Test SSH with keys ===
    44 In the email you should have received a copy of an SSH private key.
    45 
    46 {{{
    47 #!comment
    4842To test your setup you will need these information:
    49   * `username`: tutorial
    50   * `hostname`: pc2.instageni.wisc.edu
    51   * `port`: 32058
    52   * passphrase for private key: genischool
     43  * `username`: sshtest
     44  * `hostname`: pc2.instageni.ku.gpeni.net
     45  * `port`: 30778
     46  * passphrase for private key: verify
    5347}}}
    5448
    55 To test your setup you will need these information:
    56   * `username`: tutorial
    57   * `hostname`: pc2.geni.kettering.edu
    58   * `port`: 30010
    59   * passphrase for private key: genischool
    6049
    6150