Skip to main content

How to use SSH on Windows

Windows does not come with an SSH client. The most popular SSH client for Windows is Putty.

Download Putty
We recommend the MSI Installer package download.

General SSH

  1. In the box that says hostname/IP address enter junkfood.cs.umd.edu or replace junkfood with the machine you are trying to connect to.
    Putty Settings

  2. Click Open. It may prompt you to confirm the authenticity of the host. Usually you can just say yes. If you get a warning about a key change, you may want to try another computer or contact staff to confirm the correct key.

  3. You will be prompted for your username and password.

Installing X11 (optional)

When using graphical programs such as MATLAB, Thunderbird and firefox, you must install and use X11 in order to get a seperate GUI.

  1. Download Cygwin (X11) for windows here

  2. Once it is downloaded, run the installer and click here for installing X11

  3. Launch PuTTY, expand the SSH tab, click X11 and enable X11 fowarding
    Putty X Forwarding Settings

  4. Log into PuTTY like explained the above steps