Skip to content

Access Cluster

SLURM Cluster Access

The SLURM cluster is configured with SSH and SCP access on the Login node.

SSH Access

Follow these steps to access the SLURM cluster via SSH as teh root user.

  • Access the SSH details of the SLURM cluster provided in the cluster deployment output

Deployment output

  • Run the provided SSH command being sure to update the path to private key with the path to the private key used during SLURM cluster deployment

Local SLURM users can access the Login nodes via SSH as well. A local SLURM user will use password authentication rather than key authentication when logging in. The root user will provide the login information to SLURM users.

SCP Access

Follow these steps to SCP files to the SLURM cluster.

  • Access the SCP details of the SLURM cluster provided in the cluster deployment output

Deployment output

  • Run the provided SCP command being sure to update the path to private key with the path to the private key used during SLURM cluster deployment and the path to script file with the the path to the file that is being transferred

Local SLURM users can access the Login nodes via SCP as well. A local SLURM user will use password authentication rather than key authentication when logging in. The root user will provide the login information to SLURM users.