SSH at WFU
Requirements
This document presumes you're using a Wake Forest laptop
with a recent standard load.
Introduction
SSH is not very different than telnet. SSH is a mechanism to take you to
a shell, or command prompt, for a machine. Though
using the command prompt can be frustrating, getting
to the command prompt is easy. Here's what you do.
What To Do
- Go to the Start Menu
- Select "Internet Tools"
- Select "Other Tools"
- Select "PuTTY"
Note: There are two SSH clients on your machine, PuTTY
and SSH Secure Shell Client. These instructions are for
putty.
- A window should open, titled "PuTTY configuration"
- Put the name of the machine you're trying to connect to in the
"Host name" field, e.g.
ac.wfu.edu
- Select the "SSH" radio button, just below and right of the "Host name"
field
- Verify that the "Port" field, right above the radio button, changed
to "22"
- Put a name in the "Saved Sessions" field. This name should
remind you of the machine you're connecting to, e.g. "AC"
- Click the "Save" button
- Click the "Open" button to open your connection
- If your connection to the server went through, you should now see
a new window appear, with the text "login as:" at the top. Enter your
username.
- You should then be prompted for a password. Enter your password.
- When your username and password have been entered correctly, you will
see a command prompt. You have completed this HOWTO.
In the Future
- Open PuTTY
- Double-click on the short name you used
- Log In
When you save a session, as instructed to do in "What to Do" when you
click the "Save" button, the short name appears in the "Saved Sessions"
list. You don't have to type in the server name ever again--instead, just
double-click on the short name.
John Borwick