Changes between Version 1 and Version 2 of GENIExperimenter/GENISummerCamp/SSHWorkaround


Ignore:
Timestamp:
05/29/12 12:23:22 (12 years ago)
Author:
nriga@bbn.com
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GENIExperimenter/GENISummerCamp/SSHWorkaround

    v1 v2  
    66and press ok. Rewrite the existing file.
    77
     8= Modify your omni_config file =
     9From the VM go to this [http://www.ist.rit.edu/~yxp/add_omni_config link]
     10
     11Right click on the page and press `Save As...`.  In the window that pops up, on the address tab type ~/.gcf/add_omni_config
     12and press ok.
     13
     14Open a terminal and type:
     15
     16{{{
     17cd ~/.gcf
     18cat omni_config add_omni_config.txt > temp
     19mv temp omni_config
     20}}}
     21
     22= SSH to ops =
     23On the terminal type
     24{{{
     25xterm -e ssh <username>@ops.pgeni.gpolab.bbn.com &
     26}}}