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

Log into a UNIX system

To log in to UNIX systems, such as Linux and Solaris machines, you must use port forwarding over SSH.

Port forwarding over SSH is a secure way to tunnel traffic over the Internet.
  1. Set up your SSH tunnel.
    1. From a Linux or Solaris system, or from a Windows system with Cygwin, the command to set up an SSH tunnel to "cu086.$vars.mgr_domain" through the TeamForge Lab Management Manager host "$external_host" would look like this:
      ssh -L22000:cu086.$vars.mgr_domain:22 $external_host -l username
      
    2. From a Windows system without Cygwin installed, set up the tunnel using PuTTY.
    All connections to "localhost" port number 22000 are now tunneled to "cu086.$vars.mgr_domain" port number 22 (SSH) through the TeamForge Lab Management manager host "$external_host"
  2. Log into "cu086.$vars.mgr_domain" by issuing this command:
    ssh localhost -p 22000 -l username
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
Set up a tunnel with PuTTY