Is there a way to determine my SSH username for a pod through runpodctl?
It seems like the username to connect to ssh is always of the format {pod id}-{some hex number}. If I spin up a pod using runpodctl and call
runpodctl get pod
, I can get the pod ID. However, what is this hex number? Where do I get it from?2 Replies
You can setup ur ssh manually but if you wanna look up the setup script from runpod templates it's here
GitHub
GitHub - runpod/containers: 🐳 | Dockerfiles for the RunPod contain...
🐳 | Dockerfiles for the RunPod container images used for our official templates. - runpod/containers