Yes, sure. I have a host PC running Ubuntu, which is my development PC. This PC is connected over Ethernet to the imx8 MEK board, which is my target, where the application will run. I'm cross-compiling my application on the development PC using the SDK generated out of the yocto build process for this, in Eclipse IDE. Once the application is cross-compiled, I then want to use the Eclipse IDE to run the application on the board, so that I can or just run it, or debug it (depending on whether I click the run or debug button in Eclipse). But to be able to do that, the first step that Eclipse does is to upload the generated application from the development PC to the board. I think this happens over an ssh connection to the board. But for some reason Eclipse fails to perform this upload, and I'm trying to get some help on why the connection doesn't happen and the application doesn't get uploaded and started on the board, while scp and ssh commands from the development PC to the host seem to work if I try them from a terminal opened on the development PC.
Find in attachment some screenshots from the way the connection is setup.
Hope this clarifies a bit.