Not able to ssh via "Overexposed SSH"
I am able to login with the basic SSH but Over exposed asks me for password.
This is not working
This works
31 Replies
whats over exposed is it an ssh software? i cant find it anywhere
It's using Key as authentication
I mean Over exposed tcp option in dashboard
ohh i get that now
Check your ssh did you setup that yet?
yes and basic SSH works
ohh so you got your keys setup already
Hmm what template are you using then?
RunPod Pytorch 2.0.1
alright let me try it first on my side
Do you have more than 1 public key in your profile?
even tho their profile has more than 1 key it will still be exported to the container right?
No not necessarily
Hmm so it will only export only one of them?
This is wrong:
GitHub
containers/container-template/start.sh at main · runpod/containers
🐳 | Dockerfiles for the RunPod container images used for our official templates. - runpod/containers
Ohh yea ic
Should be like this to include them all:
Otherwise it includes only one of them
I'll put it on feedbacks yeah thank you
Do you have more than 1 public key in your profile?you mean in my SSH agent?
In your RunPod profile on the runpod web console, how many ssh public keys did you save there?
In here*
I have only one
Did you add it here before or after you created the pod?
Oh it works for me:
1. i ran
ssh-keygen -t ed25519 -C "[email protected]"
( generates using default settings )
2. then added it to:
https://docs.runpod.io/assets/images/c340553-image-5834fe29a2179e6bb7fb75f5aa664037.png
3. created a new pod
4. press connect then use that line that you pointed at for connecting via TCP, it works!But when i tried to add it to the ssh public keys ( web ) after i created my pods, it isnt updated, so you can create new one, or rerun this
with
$PUBLIC_KEY
replaced with your ssh public key's content as textbefore the creation
But if the normal ssh only works, the tcp should work too. maybe you should contact support with your pod id
Solution
You can use OhMyRunPod
how does it works? it outputs new keys?
i ran this command and it generated password. i use that to login
Oh alright thanks