Creating new Unix project and try to deploy to Ubuntu (virtual) machine (VM). VM is configured properly and /tmp folder is accessible. Able to open shell SmarTTY from within Visual Studio/GDB.
Test program appears inconsistent. Expected return code: 108. Actual return code: 127
<span style=”text-decoration: underline;”>Detailed log:</span>
Tool arguments:
sh: /tmp/VisualGDB_ToolchainTestProgram_Deployed: not found
But if I like to connect to the correct one over SSH:
Cannot connect: No connection could be made because the target machine actively refused it <ip>:22
This means that your Linux machine is not running the OpenSSH server. If you are using a Debian-based distro, you can install it via the following command: