Accessing the HPC Cluster (SSH)
The High-Performance Computing (HPC) cluster is available to SFSU faculty and students. Students must have a faculty sponsor to receive access. To request access, submit a request via ServiceNOW or email at@sfsu.edu.
Before you begin
-
Username: your 9-digit SF State ID (example:
912345678) -
Hostname:
polaris.sfsu.edu - Off campus? Connect to VPN first (see note at the bottom of this page).
SSH command (copy/paste):
ssh YOUR_9_DIGIT_ID@polaris.sfsu.edu
Mac (Terminal)
- Open Terminal (Applications → Utilities → Terminal).
- Run the SSH command below (replace
YOUR_9_DIGIT_IDwith your SF State ID):
ssh YOUR_9_DIGIT_ID@polaris.sfsu.edu
- When prompted, enter your SF State password.
Windows (Recommended: PowerShell / Windows Terminal)
Most modern Windows systems include SSH by default. Try this first:
- Open Windows Terminal or PowerShell.
- Run:
ssh YOUR_9_DIGIT_ID@polaris.sfsu.edu
- When prompted, enter your SF State password.
Windows (Optional: PuTTY)
- If you prefer PuTTY, download it from: https://www.putty.org/
- Open PuTTY.
- In Host Name, enter:
polaris.sfsu.edu - Select Open.
- At the login prompt, enter your 9-digit SF State ID, then enter your SF State password.
VPN required when off campus
If you are not on campus, you must connect to the SF State VPN before using SSH. Install VPN from: https://gp.sfsu.edu. Students can download VPN from: https://gp-students.sfsu.edu.
Comments
0 comments
Article is closed for comments.