Skip to content

SSH Shell Access to EdUHK HPC Platform

To access EdUHK HPC Login Node via SSH, please connect hpclogin1.eduhk.hk by using your EdUHK Account ID and Password in your SSH client

Remarks: SSH access to EdUHK HPC Login Node only available for user client device which connected to campus wired network


Most of the modern PC Operating System built-in SSH client software, generally it is not required to install additional software.


Windows:

  1. Run cmd.exe
  2. Connect Login Node through SSH by command:
\> ssh <EdUHK-User-ID>@hpclogin1.eduhk.hk
  1. Type yes then enter (for first time access only)
  2. Input SSH password (EdUHK-user-password) to have shell access

Linux and Mac:

  1. Run Terminal Shell(Linux) App(Mac)
  2. Connect Login Node through SSH by command:
$ ssh <EdUHK-User-ID>@hpclogin1.eduhk.hk
  1. Type yes then enter (for first time access only)
  2. Input SSH password (EdUHK-user-password) to have shell access