Set up a tunnel with PuTTY
Launch the PuTTY application.
For
Host name
, enter the
TeamForge
Lab Management
Manager host "$external_host".
For
Connection type
, enter "SSH".
In the left pane, open
Connection list
.
Open
SSH list
and click
Tunnels
.
In the right pane, enter "3390" for
Source port
and "cu087.$vars.mgr_domain:3389" for
Destination
, and click
Add
.
Select the forwarded port from the list and click
Open
.
At the login prompt, enter your
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
Parent topic:
Log in to a Lab Management system
Related concepts
How can I improve response time on my TeamForge Lab Management box?
How do files get in and out of the system?
Related tasks
Transfer files with SFTP
Log in to a UNIX system
Related information
Get PuTTY