runpodctl project example doesn't work
Hey, I am trying to reproduce tutorial from https://docs.runpod.io/runpodctl/projects/get-started
when i do
runpodctl project dev
OR deploy:
- pod created
- console show :
Trying to get a Pod with NVIDIA RTX A5000... Success!
Check on Pod status at https://www.runpod.io/console/pods/50tktoemr0pnp2
Waiting for Pod to come online... error establishing SSH connection to Pod: establishing SSH connection to 69.30.85.175:22032: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
Failed to deploy project: establishing SSH connection to 69.30.85.175:22032: ssh: handshake failed: ssh: unable to authenticate, attempted methods [none publickey], no supported methods remain
pod exposes 4040 and 7270
on 4040 i see file browser
on 7270 i see "Your development API server is launching, please wait a moment before refreshing the page. Your terminal will say Starting Serverless Worker when the server is ready. ".
it appears even before pod completed initial install
in pod logs i see:
system: ends with "
4/5/2025, 9:48:26 PM
Status: Image is up to date for runpod/base:0.6.1-cuda11.8.0
start container for runpod/base:0.6.1-cuda11.8.0: begin
"
container: ends with "Start script(s) finished, pod is ready to use.
2025/04/05 16:48:27 No config file used
2025/04/05 16:48:27 Listening on [::]:4040
No SSH connections found. Countdown: 60 seconds remaining.
"
finally, pod dissapearedGet started | RunPod Documentation
Get the IP address of your machine and deploy your code to the RunPod platform with this step-by-step tutorial. Learn how to set up a project environment, run a development server, and interact with your code using the RunPod API.
4 Replies