Skip to main content

Accessing the System

Wukong 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 Wukong using SSH, you must follow two high-level steps:

Obtain Wukong Access

In the case that access to the Wukong 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 Wukong 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 Wukong:

  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 Wukong.
      ssh <USERNAME>@Wukong.ua.edu
      note

      Replace <USERNAME> with your actual Wukong username.

    • Enter your Wukong password

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