Set up a tunnel with PuTTY

Summary to come...

  1. Launch the PuTTY application.
  2. For Host name, enter the TeamForge Lab Management Manager host "$external_host".
  3. For Connection type, enter "SSH".
  4. In the left pane, open Connection list.
  5. Open SSH list and click Tunnels.
  6. In the right pane, enter "3390" for Source port and "cu087.$vars.mgr_domain:3389" for Destination, and click Add.
  7. Select the forwarded port from the list and click Open.
  8. At the login prompt, enter your TeamForge Lab Management username and password.
The RDP tunnel is now set up.
Note: This procedure is equivalent to running this SSH command:
ssh -L3390:cu087.$vars.mgr_domain:3389 $external_host