Putty

From Tux
Revision as of 17:19, 30 January 2019 by Sam (talk | contribs)
Jump to: navigation, search

Introduction

PuTTY is a free SSH (Secure Shell) client for Windows. SSH is a protocol to connect to access servers remotely. Basically, a way to access computers and their files without having to actually use the physical computer. At UNLV, you will likely use SSH to connect and run programs for class.

Installation

First off, you should download Putty from here. Make sure to download the correct version for your Windows (32-bit or 64-bit). The link will download a .msi file. After finishing the download, run the .msi file. You may get a security warning; hit yes to continue. Click next through the wizard, pick an install location, and click next until the wizard has finished installing. If you are used to using a wizard, this will be standard fare.

Connecting to a server

When you start up Putty, you will be greeted with a configuration page. You can choose to edit your settings here, but we will go over that later. You should notice a field towards the top of the window that says "Host Name (or IP Address)". Here, we can either put the name of the server we would like to connect to or, alternatively, the IP address of the server. For this example, we will be using the Bobby server.

  1. Type the name of the server into the Host Name box. If you'd like to connect to Bobby, type in bobby.cs.unlv.edu.
  2. Next, click the Open button at the bottom. If this is your first time connecting to this server, you will receive a warning message about connecting to server. If you trust this server, click Yes.
  3. Afterwards, a terminal should open. After a short time, you should see a prompt asking for a username. Type in your UNLV Computer Science account username. If you do not have a UNLV CS account and require one, please apply for one here.
  4. After typing in your username, you will be given a prompt asking for your password. When typing in a password, the characters will not be displayed (so if you don't see asterisks when you type, don't worry).
  5. After you have typed in your password, you will be connected to the server. On a UNLV server, you will be given some ASCII art and a message saying that you're connected. You can now use the server.