Skip to main content

Accessing the System

Pantarhei curretly only supports the Secure Shell (SSH) mechanisms for logging in. The Secure Shell mechanism uses SSH keys. If you need help creating or uploading your SSH keys, please see the Managing SSH Public Keys page for that information.

General overview

To connect to Pantarhei using SSH, you must follow two high-level steps:

Obtain Pantarhei Access

In the case that access to the Pantarhei system is unavailable to you, please follow the instructions on Obtaining an Account.

Connect to the Network

University of Alabama (UA) requires users to use the Virtual private network (VPN) to connect to the UA campus network in order to connect to the Pantarhei cluster.

tip

For more information on setting up a VPN, please visit the Office of Information Technology (OIT) website.

Connect to the SSH

Once you are connected to the VPN, follow these steps to access Pantarhei:

  1. Open a Terminal: Find Terminal in your local machine and open it.

    tip

    In MacOS, use Spotlight search (Command + Spacebar) and type Terminal to open a new terminal window.

  2. Connect via SSH: In the terminal,

    • Use the SSH command to connect to Pantarhei.
      ssh <USERNAME>@pantarhei.ua.edu
      note

      Replace <USERNAME> with your actual Pantarhei username.

    • Enter your Pantarhei password

We hope this guide helps you efficiently utilize the Pantarhei HPC system for your research needs. Happy computing!