TeamForge tools Plan and track anything Document your work Work on tasks Manage source code Discuss stuff Report on project activity Release products Contribute knowledge Build and test Run a project

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
Related questions
How can I improve response time on my TeamForge Lab Management box?
How do files get in and out of the system?
Related actions
Transfer files with SFTP
Log into a UNIX system
More information
Get PuTTY