wiki:GENIExperimenter/GENISummerCamp/SSHWorkaround

Version 7 (modified by Mark Berman, 12 years ago) (diff)

--

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.txt > 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