Nav

Remote access to lab machines on Windows using PuTTY

Edit me

Introduction

PuTTY is an SSH and telnet client, developed originally by Simon Tatham for the Windows platform. PuTTY is free and open source software that is developed and supported by a group of volunteers. You can learn more about PuTTY at putty.org.

On Windows, you can use PuTTY or Cygwin to SSH into Hofstra Linux computers and virtual machines.

Installation

  1. Download the PuTTy installer from here.

    download

  2. Run the PuTTy installer and click “Next” on the first screen.

    installer

  3. Select a destination for PuTTy to be installed and click “Next”.

    location

  4. Click “Install” to install PuTTy.

    install

  5. Click “Finish”.

    finish

    PuTTy is now successfully installed and ready to use.

Accessing a lab computer

  1. Open PuTTy

    start

  2. Specify a hostname or IP address and a port. Then click open.

    You can also save a session and load it whenever you want to connect again.

    connect

  3. If a warning pops up about a server host key, click “Yes”.

    popup

  4. A new window should appear and you can login using your credentials for that computer.

    login

    You now have remote access to that lab machine.

When you want to exit the machine, type exit.

exit