Changes between Version 54 and Version 55 of GENIExperimenter/Tutorials/ToolsSetup


Ignore:
Timestamp:
10/15/14 23:51:22 (10 years ago)
Author:
Vic Thomas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/Tutorials/ToolsSetup

    v54 v55  
    55Some of the tutorials  will require you have a laptop that has:
    66  1. The Omni experimenter tool installed ([#a1.InstallOmni Instructions])
    7   1. An ssh client ([#a2.SSHClient Instructions])
    8   1. Chrome and Firefox browsers
    9   1. Java 7.x
     7  1. An ssh client ([#a2.SSHClient Instructions]) ([])
     8  1. Chrome and Firefox browsers ([])
     9  1. Java 7.x ([])
     10
    1011See instructions below.
    1112
    1213== 1. Install Omni ==
    13 '''Please make sure to install/upgrade to Omni 2.6'''
     14'''Please make sure to install/upgrade to Omni 2.7'''
    1415
    1516Download and install omni following the instructions at:
     
    2728=== Mac OS X/Linux ===
    2829Mac 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 [#TestSSHwithkeys Test SSH with Keys] section below.
     30
    2931=== Windows ===
    3032
     33Please install BOTH of the ssh clients below:
     34  i. FireSSH, a Firefox ssh plugin:
     35      * Install from [https://addons.mozilla.org/en-US/firefox/addon/firessh/ FireSSH] a Firefox SSH plugin [[BR]]
     36  ii. Putty, a free implementation of Telnet and SSH for Windows
     37      * Install from [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html].  ''Make sure you download and install from [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html  '''Windows installer for everything except PuTTYtel''].''  This installer includes ''puttygen'' to convert the private keys used by GENI to Putty's format and the ssh-agent called ''Pageant''.
    3138
    32 [recommended] FireSSH is a javascript based ssh client that runs in your browser:
    33   * Install [https://addons.mozilla.org/en-US/firefox/addon/firessh/ FireSSH] a Firefox SSH plugin [[BR]]
     39
     40{{{
     41#!comment
     42
    3443Another option is !BitVise:
    3544  * Install [http://www.bitvise.com/ssh-client-download BitVise], an ssh client for Windows. [[BR]]
    3645Git For Windows supports ssh and has a git bash emulator:
    3746  * [http://git-scm.com/download/win Git for Windows]
     47}}}
    3848
    39 ''Note: If you are using the Putty ssh client, make sure you download and install from [http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html  '''Windows installer for everything except PuTTYtel''].''  This installer includes ''puttygen'' to convert the private keys used by GENI to Putty's format and the ssh-agent called ''Pageant''.
    4049
    4150=== Test SSH with keys ===
     
    7281 
    7382
    74 
    75 
    7683{{{
    7784#!comment