> ## Documentation Index
> Fetch the complete documentation index at: https://docs.coreweave.com/llms.txt
> Use this file to discover all available pages before exploring further.

# How do I SSH into the Slurm login node?

After adding your SSH public key to your CoreWeave profile and being added to the `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](/products/sunk/access_sunk/connect-to-slurm-login-node).

***

<Badge stroke shape="pill" color="blue" size="md">[Authentication & Access](/support/sunk/tags/authentication-access)</Badge>
