R
Runpod3mo ago
Lucky

Cannot connect with WINSCP to upload/move files

I am able to connect just fine with the ssh command but i'm unable to use anything else like WINSCP
19 Replies
Lucky
LuckyOP3mo ago
I read that SFTP is not supported, what am I supposed to use instead? (this is the error when connecting with WINSCP)
No description
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Lucky
LuckyOP3mo ago
SSH command is fine btw just in case
No description
Lucky
LuckyOP3mo ago
Do I need that? How would I do it?
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Lucky
LuckyOP3mo ago
22
Lucky
LuckyOP3mo ago
No description
Lucky
LuckyOP3mo ago
(with my private key)
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Lucky
LuckyOP3mo ago
I'm using a simple docker image from nvidia and pytorch for the requiments.txt, I did nothing else, am I missing something? A few months ago I used to be able to connect with another docker image but I lost it, and I don't recall how/why I can't do it anymore Could you help me?
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Lucky
LuckyOP3mo ago
Is it normal that I need to install the sftp server myself? Just curious, meanwhile I will try your instructions
Unknown User
Unknown User3mo ago
Message Not Public
Sign In & Join Server To View
Lucky
LuckyOP3mo ago
I tried to setup an sftp server but I still run into the error, i'm a bit confused, it seems to be running now but I can't connect to the sftp ssever
No description
Dj
Dj3mo ago
You won't be able to access SFTP through the Proxy (@ssh.runpod.io), you will need to make sure your Pod exposes port 22
Dj
Dj3mo ago
No description
Dj
Dj3mo ago
No description
Lucky
LuckyOP3mo ago
So I got near to have this working but now when I try to connect through SFTP on the exposed port, the connection timeout Regular SSH doesn't timeout
connecting to ssh.runpod.io:13500…
Response: fzSftp started, protocol_version=11
Command : keyfile "C:\Users\jeanf\.ssh\private_putty.ppk"
Command : open "sljzek52jy7qxz-64410cdc@ssh.runpod.io" 13500
connecting to ssh.runpod.io:13500…
Response: fzSftp started, protocol_version=11
Command : keyfile "C:\Users\jeanf\.ssh\private_putty.ppk"
Command : open "sljzek52jy7qxz-64410cdc@ssh.runpod.io" 13500
And then it timeout after 20 seconds
Dj
Dj3mo ago
You're not going to be able to connect over SFTP with the ssh proxy, you need to be using the direct IP

Did you find this page helpful?