Prepared for CS1321 by Robert Gash
The acme.gatech.edu computing system provides Georgia Tech students with several important services, many of which are required by classes and/or the school administration. As you are undoubtedly aware (or you should be), your Email account resides on acme, as well as the "tin" newsreader many use to read newsgroups.
For security purposes, OIT (the campus computing department), does not allow students to connect to Acme using Telnet or FTP from off campus. Many choose to dial the school's provided dialup service, but that service is being terminated after Summer Semester 2001. However, there is no need to use the dialin service to connect to Acme. Acme is connected to the Internet, and it allows connections using a secure protocol, called SSH (Secure Shell Protocol). This document will outline the steps required to connect to Acme from off-campus using SSH. This guide also works from on-campus, and we recommend that on-campus users also connect to Acme using SSH, as it is much more secure and less susceptible to password theft.
This document assumes that your computer has an Internet connection and you can use a web browser (we will be using Internet Explorer 5.5 in this demonstration, however you may use any browser you choose).
Download Putty




Run Putty


When the Putty window first appears, you will see a screen very similar to this one.

Type "acme.gatech.edu" in the "Host Name" text area. Click on the "SSH" radio button. Then type "acme.gatech.edu" into the text box under "Saved Sessions". Now click "Save". We have now just stored your session, so you do not have to re-type this information every time you run Putty.
Now click "Open" to begin your connection to Acme.

You are now connected to Acme! When you wish to re-connect to acme, simply run Putty, and double-click on the "acme.gatech.edu" session under the "Saved Sessions" area on the first screen, enter your gte number and password when prompted, and you're connected!
Many of you will want to create a shortcut to Putty on your desktop so you can quickly access it in the future. This step is totally OPTIONAL. You can run putty the manual way (covered above) if you wish, the functionality is the same. If you do want to create a shortcut, follow these easy steps (which can be used for any program or file you want to make a shortcut to):

We want to take time to thank the Putty developers for creating such a wonderful, easy-to-use program, and to Peter Dillinger for providing a wonderful document, from which this one was derived.