wiki:GENIExperimenter/GENISummerCamp/SSHWorkaround

Version 2 (modified by nriga@bbn.com, 12 years ago) (diff)

--

Modify your ssh config ile

From the VM go to this link

Right click on the page and press Save As.... In the window that pops up, on the address tab type ~/.ssh/config and press ok. Rewrite the existing file.

Modify your omni_config file

From the VM go to this link

Right click on the page and press Save As.... In the window that pops up, on the address tab type ~/.gcf/add_omni_config and press ok.

Open a terminal and type:

cd ~/.gcf
cat omni_config add_omni_config.txt > temp
mv temp omni_config

SSH to ops

On the terminal type

xterm -e ssh <username>@ops.pgeni.gpolab.bbn.com &