Intel® DevCloud
Help for those needing help starting or connecting to the Intel® DevCloud
1673 Discussions

Upload files to the devcloud

Laranga
Beginner
406 Views

I am unable to upload files from my personal computer to my account in the Intel devcloud. I am using the scp routine: scp -P 10022 file.txt devcloud@localhost:~ 

and I receive this message: ssh: connect to host localhost port 10022: Connection refused
lost connection

How can I solve this?

Also I can't connect to the devcloud from Visual Studio with the Remote - SSH extension, and I can do it without problems from the windows terminal. Any advice to solve this issues?

0 Kudos
2 Replies
antonioalvasan
314 Views

Hi Laranga,

 

Same happened to me not long ago. So the solution is that you shouldn't be targeting " " but instead "devcloud:  ", with the devcloud already opened in another terminal window. I hope this can resolve your issue.

 

Greetings

0 Kudos
antonioalvasan
314 Views

Oh, it seems my message wasn't parsed correctly. This is the command I use:

antonioalvasan_0-1709812679084.png

 

0 Kudos
Reply