CONNECTING FROM UNIX/LINUX SYSTEMS
Use the open-source client http://www.rdesktop.org. It is already installed on CSLab servers
If rdesktop is installed on the machine you are using, type
rdesktop -g 80% wapps2003.cs.toronto.edu
or
rdesktop -g 80% wapps2007.cs.toronto.edu
This starts up a window that is 80% of your screen size, with the default
colour depth (usually 16 bits). If you want, you can specify a specific
size and colour depth, e.g. 1024x768 in 24-bit colour, by typing:
rdesktop -g 1024x768 -a24 wapps2007.cs.toronto.edu
If rdesktop is not installed on the machine you are using (i.e. when you type
"rdesktop", the machine reports "rdesktop: Command not found."), then you can
still connect to wapps2003 or wapps2007 through one of the department's
application servers. For example, if your login is "myusername", and you
want to connect to wapps2003 through the application server
"apps0.cs.toronto.edu", you can type: ssh -X myusername@apps0.cs.toronto.edu rdesktop -g 80% wapps2003