Working from Home
Tools and Technologies for Improving Your Programming Environment
Home › PuTTy

Background

PuTTy is a popular SSH client which allows you to connect remotely to one of the GL Linux servers and provides a terminal from which to execute commands. SSH is the secure replacement for telnet.

These notes detail the installation of the PuTTy .60 Windows installer.

Installation

Welcome to the PuTTy Setup Wizard

The first screen upon launching the installer, click Next

Select Destination Location

Default location is fine, click Next

Select Start Menu Folder

Default folder is fine, click Next

Select Additional Tasks

Add to quick launch or Desktop if you desire, click Next

Ready to Install

Review settings, click Install

Completing the PuTTy Setup

View the README if you like, click Finish

Running PuTTy

Start \ Programs \ PuTTy \ PuTTy

You're looking to launch PuTTy (there are a couple of other utilities that come with it)

Initial PuTTy Screen

This is the screen you should see when launching PuTTy

PuTTy Screen with GL Information Entered

Under the host name, enter linux.gl.umbc.edu, click Open

PuTTy Security Alert

The first time you run PuTTy you will get this alert, click Yes

GL Login Prompt

Enter your myUMBC username

GL Password Prompt

Enter your myUMBC password

GL Linux Prompt

Voila! Linux command line

Additional Resources