= Modify your ssh config file = From the VM go to this [http://www.ist.rit.edu/~yxp/config 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 [http://www.ist.rit.edu/~yxp/add_omni_comifg 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 @ops & }}} = Test the setup = On your terminal type {{{ omni.py -a plc getversion }}}