scp / exposed TCP ssh is not working
So. I can log in to my server through the normal ssh channel, but I can't scp via it or do other trickery to get files up there.
If I try to do the exposed TCP approach, it asks me for a password even though I have public keys set up (working for non-exposed TCP login). I've tried setting a root password in the pod, using my main account password, tried installing openssh-server in the pod, tried manually creating /etc/ssh/authorized_keys inside the pod, none of those helped, it always just denies whatever password I enter and ignores my public key.
Help? I'm about to upload lots of gigs of data to a random VPS somewhere and then download it from the pod with wget, but it's sort of ridiculous that that seems to be the only approach that works to get data up and onto the pods. Am I missing something here?
scp'ing data from another pod through that approach does seem to work, so maybe it's some kind of firewall issue? My ISP is not blocking the appropriate port, so I'm pretty sure it is not on my end.
If I try to do the exposed TCP approach, it asks me for a password even though I have public keys set up (working for non-exposed TCP login). I've tried setting a root password in the pod, using my main account password, tried installing openssh-server in the pod, tried manually creating /etc/ssh/authorized_keys inside the pod, none of those helped, it always just denies whatever password I enter and ignores my public key.
Help? I'm about to upload lots of gigs of data to a random VPS somewhere and then download it from the pod with wget, but it's sort of ridiculous that that seems to be the only approach that works to get data up and onto the pods. Am I missing something here?
scp'ing data from another pod through that approach does seem to work, so maybe it's some kind of firewall issue? My ISP is not blocking the appropriate port, so I'm pretty sure it is not on my end.