How can I connect to and use lab machines from home?

You need a Secure Shell client (commonly referred to as ssh client) to connect to a lab machine from home. There are a few free ssh clients out there. Ssh client 3.2.9 is one for Windows. PuTTY is another one out there. As to which machine you should connect to, you can look up the names while in the lab and pick the one that you expect not many people will connect to; Note that we want to distribute the load, and you don't want to connect to a machine that your professor or your friend typically connects to.

These client programs would allow you to connect to one of the lab machines and run pretty much any commands that you can run as if you are physically in the lab. In some of these programs (e.g. ssh) and while you are connected to a lab machine, you can open a file transfer window that would allow you to transfer files back and forth between your home and the lab machines. However, one thing that is missing is X terminals; you won't be able to open a new X terminal (e.g. firefox, sketchpad, etc.) unless you run an X server on your home machine. There are different X server out there, but a free one for Windows which seems to do a good job is Xming (thanks Yang for pointing it out).

To use the full functionality of a lab machine, you would run the X server before firing the ssh client. Note that you need to set 'tunnel X11 connections' in your ssh client before you can open terminals.

-------------------------------------
Prepared by Davood Rafiei (Sept 10, 2009).