Using SSH (Windows)

Tags SSH

Purpose

SSH allows a secure connection to remote servers and provides you with a command-line interface at that server. These are the instructions on establishing an SSH connection with the giant server from a Windows computer.

Note: Giant cannot be accessed outside the university network. To connect to Giant from any other network, you must first connect to the VPN. Click here to find instructions for connecting to UTD VPN in the Network section. 

Installing SSH Application (PuTTY) 

  • Open Putty.org and download the appropriate version of PuTTY on your computer.

PuTTY versions available for installation.

  • The device will ask if you want to allow PuTTY Installer to make changes to your device. Click Yes.
  • To launch PuTTY, search PuTTY on your windows search bar and double click.

Connecting to Giant Using PuTTY

  • Launch an SSH client (e.g. PuTTY).

Windows search bar with PuTTY typed in.

Note: To connect to a different server, replace Giant in the instructions below with the server's name to which you want to connect.
  • Enter giant.utdallas.edu as the Host Name and ensure the SSH bubble is selected for "Connection type".
  • Choose Open.

PuTTY Configuration window.

  • If you get a message about the host key, select Yes.
  • Enter your NetID and Password when prompted.

PuTTY  login window.

Note: It will not display that your password is being entered, but your keystrokes will be tracked.

PuTTY login window.

  • You should now be connected to Giant.

Connecting to SSH Using Windows PowerShell 

The easiest way to use SSH is through PowerShell on Windows systems, instead of installing PuTTY. If you keep your Windows up to date, you should have SSH enabled by default. Please follow the instructions below to use PowerShell for SSH.

  • Locate the Windows search bar and type Manage optional features in System settings.

Windows search bar with Manage optional features typed in.

  • Click on the plus sign  next to Add a feature.

Optional features window with a plus button to add a feature and history of installed features.

  • On the search bar, type Open SSH Client and Install it.
  • Before we move forward, go back to installed features and make sure the Open SSH client is installed.

List of installed optional features.

  • On the windows search bar, enter PowerShell and open the Windows PowerShell App.

Windows search bar with PowerShell typed in.

  • Type ssh <NetID>@PubSSH.utdallas.edu and press Enter.

Windows PowerShell window.

  • Input your password when prompted.
Note: It will not display your password while it is being entered, but your keystrokes will be tracked.
  • Next, Authenticate your sign-in attempt with Duo.

Windows powershell authentication screen.

  • Write Exit and press Enter.

Windows PowerShell logout screen.

  • Close the window once you are done.

Details

Article ID: 333
Created
Mon 11/22/21 12:50 PM
Modified
Fri 10/27/23 2:50 PM