SSH key not working
Hello, im trying to get SSH working. My pod is pre-configured. I added my key to the pod variables. I generated my key as per guide and every time i try to connect, i just get a password prompt. The guide doesnt state any information on what to do when you are on windows. I really need sftp connection, because the runpod proxies are permanently breaking down. Is there any information on what to do?
thanks
4 Replies
Send your ssh command please
ssh [email protected] -p 32606 -i C:\id_ed25519
thats the command im using, my private key is placed there
ive added my public key to my pod
but nope
@Deathawaits4 which template are you using? And did you check whether your public key is correctly added to
/root/.ssh/authorized_keys
?hei, i got it working. I just tried the same key a few hours later and it worked. Seems like a sync issue