slurm-users group, find the login service’s external address with kubectl get svc slurm-login and read the EXTERNAL-IP column. SSH to that address: ssh [USERNAME]@[EXTERNAL-IP-OR-HOSTNAME]. Clusters whose login service is configured with the external-hostname annotation typically expose the login service at sunk.[ORG-ID]-[CLUSTER-NAME].coreweave.app. If no public IP is allocated, use kubectl port-forward svc/slurm-login [LOCAL-PORT]:22 and SSH to localhost on that port.
For full details, see Connect to the Slurm Login node.
Authentication & Access