Return to Phill Conrad's: home page CS8 page CS16 page CSIL via Putty page
In many Computer Science courses at UCSB, you may need to use the Unix Shell Prompt on the "CSIL" machines.
The most effective way to use the CSIL machines is to come in person to the CSIL lab in Harold Frank Hall.
However, there are times when this may not be convenient, and you might prefer to try to get some work done by connecting to CSIL over the Internet from a Mac, or a PC running Linux. (For Windows, see the page "Acccessing CSIL from Windows using PuTTY").
If you have an internet connection, at the command line, type:
ssh username@csil.cs.ucsb.edu
Put in your CSIL username (e.g. jsmith, chrism) in place of the word username.
If you have an XTerm on an X11 display, then you may be able to type, instead:
ssh -Y username@csil.cs.ucsb.edu
and then if you use emacs on CSIL, it will pop up a separate window, so that you can use the
mouse, menus, scrollbars, etc.
Last update: P. Conrad, 05/24/2009