HPC Documentation

Guides, references, and tutorials for the WCM cluster

SSH Clients

$SSH Connection to Clusters

Accessing the HPC clusters requires specific network configurations and client software depending on your operating system. This guide covers the requirements for both on-campus and remote access.

Network & Access Requirements

On-Site (WCM Campus)

WCM students using personal devices may access the internet through a dedicated wireless network provided by ITS. Devices expire one year after initial registration and must be renewed annually.

Tagged Devices: Should automatically connect to the main WCMC Wi-Fi network. If you are a grad student with a tagged device having trouble with SSH to the cluster, please register with the Apollo network.
Warning: WCMCGuest wireless blocks SSH. You will not be able to access any cluster from this network.

Wi-Fi Network Comparison

NetworkSSH AccessNotes
WCMC (tagged devices)✔ AllowedAuto-connects for tagged devices
Apollo✔ AllowedRegister if experiencing SSH issues
WCMCGuest✘ BlockedSSH is not permitted on this network

Remote (Off-Campus)

🔒 VPN Required: All clusters require VPN access for remote login. Ensure you are connected to the VPN before attempting to log in from off campus.

Cluster hostname example: scu-login01.med.cornell.edu or cayuga-login1.cac.cornell.edu

macOS SSH Clients

🖥 Terminal

Built-in macOS terminal — no installation required. Open the Terminal app located at /Applications/Utilities/Terminal.

ssh cwid@scu-login01.med.cornell.edu

⚡ iTerm2 (Optional)

A powerful macOS Terminal replacement with split panes, profiles, and more. Download from iterm2.com.

Windows SSH Clients

🔑 PuTTY

Widely-used, free, lightweight SSH client for Windows. To connect:

  1. Open PuTTY and enter the server address in the Host Name field.
  2. Select the SSH radio button.
  3. Click Open to start the session and enter your credentials.

Ⓜ️ MobaXterm

Advanced SSH client with a built-in X11 server and remote graphical app support.

💡 Tip: MobaXterm is ideal for running remote graphical applications. Ensure X11 forwarding is checked in your session settings.

Remote Desktop Client

A remote desktop client lets you see a full Linux desktop environment. This can be significantly faster for off-campus visualization tasks than standard SSH X-forwarding.

  • Windows: Pre-installed Remote Desktop Connection.
  • macOS: Download the Windows App (formerly Microsoft Remote Desktop) from the App Store.
💡 Final Tip: For off-campus visualization work, a remote desktop connection will generally outperform SSH + X-Windows forwarding in terms of responsiveness.

SCU High-Performance Computing Technical Documentation — 2026