scp and ssh over exposed tcp doesn't work
Hello
My local machine is a windows but I also tried with WSL. I read through the documentation for setting up ssh and tried 5 times and I'm pretty sure I followed everything perfectly. I find it curious that the normal ssh connection (at window "Connection Options" the above option), does work for the ssh connection.
But I couldn't get the ssh over exposed tcp to work, as it kept demanding a password from me, I also tried setting a password in the pod, but that didn't help either.
In short, I only want to download the output from a ai video model to my local machine, but scp works with neither of the two options.
I would appreciate it if anyone had a solution to this.
Solution:Jump to solution
Just to verify, are you certain you're adding your Public Key to your RunPod account before creating the Pod?
3 Replies
Solution
Just to verify, are you certain you're adding your Public Key to your RunPod account before creating the Pod?
Your Public Key is the one who's file extension ends in
.pub
and may start with:
ssh-ed25519
or ssh-rsa
Thanks for that!
I thought just restarting the pod was enough.
Creating a new pod enabled me to connect via ssh over exposed tcp, thank you!