SSH over exposed TCP connection refused
I am unable to connect to SSH using TCP... i have restarted the pod multiple times but with no luck. Using "Connect to your pod using SSH. (No support for SCP & SFTP)" works. I have already reset my public key, but i am a bit out of any thinks that i can try. Someone could help me?
5 Replies
What do you mean by no luck, what is the issue?
Well, I have been following the online guide, read many fqa from people with a similiar issue but still connection refuse..
Oke so using the official pod "VS-code" it works nicely, however when i run the RunPod Desktop it SSH connection get refused..
maybe the ssh server isnt running
yes I have found the solution. But when i paste the command in "Container Start Command" it doenst do anything.. I have to manually send the command on ssh web terminal.
Use the
-v
flag when connecting via ssh. That will tell you precisely how the connection is going, if it finds the right key, or if it's even able to establish a TCP connection at all.
E.g. ssh -v -p <pod-ssh-port> root@<pod-ip>
If you're using the runpod CLI (runpodctl), then it will provide you the proper ssh connection string automatically
runpodctl ssh connect