In this case, the connection method utilizes SSH Tunnel Local Port Forwarding directed to a Jump Host.
Once a session has been established from the Jump Host, the user must SSH through their machine's localhost to access the HPC Erawan system.

ssh-keygen

.pub (open it with Notepad).ssh folder, or (C:\Users\<user>\.ssh)
ssh -N -L 22:erawan.cmu.ac.th:22 <user>@tunnel.hpc.cmu.ac.th
Use the username provided in your access email.
When you run the tunnel setup command and it appears to hang, this means your tunnel is connected leave the window open.
ssh <user>@localhost
Use the same username for the HPC Erawan system.

Fixing port 22 errors on MacOS: If you encounter errors with port 22, specify a different port (e.g., 2222)
ssh -N -L 2222:erawan.cmu.ac.th:22 <user>@tunnel.hpc.cmu.ac.th
ssh -p 2222 <user>@localhost
Summary of Workflow After opening the tunnel and keeping the session window open, open a new window and SSH into localhost to access the HPC Erawan system.