WikiPrint - from Polar Technologies

Setting up FoxyProxy

This only needs to be done once.

Install the FoxyProxy extension for Firefox. Restart your browser to complete the installation.

Follow these steps to set up the proxy. Text you should input is bold.

Click the Add New Proxy button

Connecting to Inner Boss

Once you've set up FoxyProxy, whenever you want to connect to inner boss you must start an SSH SOCKS proxy. To do this using the standard OpenSSH command line client, run:

ssh -D 1080 username@users.isi.deterlab.net

You may then access inner boss using the url:

http://myboss.${experiment_name}.${project_name}.isi.deterlab.net/

Fill in ${experiment_name} and ${project_name} with your experiment and project. For instance, the experiment test123 in the example project would use this URL:

http://myboss.test123.example.isi.deterlab.net/

Once you are done, you may close the SSH tunnel connection. You may have to use Ctrl-C if it does not disconnect after you log out.