R
Runpod9mo ago
KamKam

File migration, SSH between Pods

I am trying to transfers lots of data between pods to expand storage. Since my source Pod is very full, using runpodctl is not an option (due to requiring compressing the files first before wormholing it). I also tried croc but ran into many issues. I have not resorted to using SSH methods like rsync or scp, but I can form a connection between pods (ssh through my local machine works) despite adding my source's public key to my destination's authorized_keys. Is it not possible to SSH from pod to pod? Or is there extra set-up needed to do so?
6 Replies
KamKam
KamKamOP9mo ago
We have been using Cloud Sync but wanted to look at alternative solutions to save on egress costs
Unknown User
Unknown User9mo ago
Message Not Public
Sign In & Join Server To View
dpk
dpk9mo ago
ssh from pod to pod doesn't work. it used to, but i guess some new routing change means that you can't reach the exposed tcp port on pod A from pod B, even if you can reach the exact same port/IP outside the runpod network. maybe global networking broke something?
D3usec
D3usec3mo ago
I deployed a pod and i don't have access to any GPU anymore so im stuck. I've downloaded and saved a fair amount of data on it. Id like to sync my /workspace from this pod to another that is now connected to a network storage (which i didn't know about before). But i don't achieve to create a ssh connection between my two pods. Could someone help me please ?
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View

Did you find this page helpful?