Can't connect via ssh: Runpod asking for password
When I try to connect via
Specifically, here's what I tried:
Create a new key:
Cat the public key and add it to my runpod settings:
Connect via this command:
I tried troubleshooting using the instructions here, but nothing helped.
Any support would be appreciated!
ssh root@213.173.110.198 -p 17455 -i ~/.ssh/id_ed25519 I get asked for a password. Following the support page I tried generating a new key, but didn't have any luck. Specifically, here's what I tried:
Create a new key:
ssh-keygen -t ed25519 -C "myemail@gmail.com"Cat the public key and add it to my runpod settings:
cat ~/.ssh/id_ed25519.pubConnect via this command:
ssh root@213.173.110.198 -p 17455 -i ~/.ssh/id_ed25519I tried troubleshooting using the instructions here, but nothing helped.
Any support would be appreciated!
Solution
Resolved! The issue is that I had to deploy my pod AFTER adding the new key.