Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Follow the above instructions to obtain an ORBIT account and upload a set of keys
  2. Open PuTTY and set your Host Name to [ORBIT username]@console.sb10.orbit-lab.org (Port should be 22 by default)
  3. As detailed in the above instructions, make sure you are using your private key file under Connection → SSH → Auth
  4. Under Connection → SSH → Tunnels, add a new forwarded port with Source Port 8181 and Destination localhost:8181
  5. Save your session configuration with a memorable name (optional but highly recommended)
  6. Open your session, enter the passphrase for your key (if you have one), and access ORBIT
  7. Tunnel 2 more times with the following commands:
    1. ssh native@node1-4 -L 8181:localhost:8181      (password: native)
    2. ssh ubuntu@10.31.4.16 -L 8181:localhost:8181
  8. Go to http://localhost:8181/odlux/index.html and log in using admin:admin

The interface should appear as shown:

Image Removed


Please see the following for more information:

...