SSH Shell Access to EdUHK HPC Platform
Access via SSH
Section titled “Access via SSH”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
SSH Clients
Section titled “SSH Clients”Most of the modern PC Operating System built-in SSH client software, generally it is not required to install additional software.
Windows:
- Run
cmd.exe - Connect Login Node through SSH by command:
\> ssh <EdUHK-User-ID>@hpclogin1.eduhk.hk- Type
yesthen enter (for first time access only) - Input SSH password (EdUHK-user-password) to have shell access
Linux and Mac:
- Run
TerminalShell(Linux) App(Mac) - Connect Login Node through SSH by command:
$ ssh <EdUHK-User-ID>@hpclogin1.eduhk.hk- Type
yesthen enter (for first time access only) - Input SSH password (EdUHK-user-password) to have shell access