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