Connection refused

Hello,

I'm following the HowToDataLayer Tutorial right now and in the video he is using a VM. Right now I'm connected via CtrlX Works to VS with a SSH (Like recommended: /ctrlx-automation-how-tos-qmglrz33/post/setup-ctrlx-works-app-build-environment-4AiZpl2froSV0Q1.)Β 

Β 

The problem is, I want to transfer my "HowToDataLayer" Folder from my home PC, which is located inΒ C:\Users\akt1but\Documents\HowTo-Data_Layer to the SSH App building environment (with the commands provided in the Prerequisities HowTo_DL), but I get a connection refused message everytime (Attached). px.exe is running.

Best reply by nickH

CodeShepherd: yes you are right. The scp command uses by default the port 22. But the App Build Environment can be reached at port 10022. So the solution would be to use the scp-option "-P" to use another port. For example:

scp -P 10022 <file_to_copy> [email protected]:<file_destination>

Β 

But drag&drop would also work and might be a little more handy πŸ˜‰

View original
Connection_Refused.PNG
80.83KB
SSH.PNG
8.63KB
4 replies