Access and Authentication

Last updated: 2026-06-04

Tip

If you are new to HPC clusters, read the Understanding the Cluster section first.

Environment

  • Users who need to access HPC4 or SuperPOD for the first time

  • Windows 10/11, macOS, or Linux

  • SSH client or other approved remote access tools

Account Application

Both HPC4 and SuperPOD accounts are available to HKUST researchers. Applications must be sponsored by a principal investigator (PI), who must be a HKUST faculty member. Account names and passwords are the same as your HKUST credentials.

Students should ask their supervisor (PI) to submit the application on their behalf. A PI must also apply for an account if they need direct access.

Note

For teaching / courses: if you need HPC resources for an instructor-led course, contact cchelp@ust.hk and specify your course code and computing resource requirements.

Login Methods

Both clusters support password and public-key SSH authentication. Password authentication requires Duo MFA as a second factor — enroll in Duo MFA beforehand.

When logging in, enter your username only — do not include @ust.hk or @connect.ust.hk.

HPC4

SuperPOD

Hostname

hpc4.ust.hk

superpod.ust.hk

SSH port

22 (default)

22 (default)

Authentication

Password + Duo MFA, or public key

Password + Duo MFA, or public key

Account credentials

Your HKUST ITSC account

Your HKUST ITSC account

Example SSH command

ssh alice@hpc4.ust.hk

ssh alice@superpod.ust.hk

SSH with password and Duo authentication

$ ssh <username>@hpc4.ust.hk
<username>@hpc4.ust.hk's password:
Duo two-factor login for <username>
Enter a passcode or select one of your enrolled Duo authentication methods.

After entering your password, complete the Duo authentication step.

When to use which

Password + Duo MFA

SSH public key

Security

Good — MFA adds second factor

Good — passphrase on key adds second factor

Convenience

Must enter password + Duo every time

No prompt after initial setup

Best for

First-time login, infrequent access

Daily work, automation, rsync

VPN Requirements

  • Connect to the campus network via wired connection or eduroam Wi-Fi.

  • If you are off campus, use Secure Remote Access VPN before connecting.

References