wiki:GENIExperimenter/GENISummerCamp/SSHWorkaround

Modify your ssh config file

From the VM go to this link in a new tab (right click and choose open in a new tab).

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 in a new tab (right click and choose open in a new tab).

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 > temp
mv temp omni_config

SSH to ops

On the terminal type

xterm -e ssh <username>@ops &

Test the setup

On your terminal type

omni.py -a plc getversion
Last modified 12 years ago Last modified on 05/29/12 12:56:24