when I create a new “hello world” c# (.net) doesn’t work in debug anymore.
and here is the error
Starting: "ssh" -T -p 32768 -i c:\ToradexTestApp\cstest\appconfig_0\id_rsa -o StrictHostKeyChecking=no -o "UserKnownHostsFile /dev/null" torizon@192.168.1.125 "/vsdbg/vsdbg --interpreter=vscode"
Error from pipe program 'ssh': Warning: Permanently added '[192.168.1.125]:32768' (ECDSA) to the list of known hosts.
Error from pipe program 'ssh': @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Error from pipe program 'ssh': @ WARNING: UNPROTECTED PRIVATE KEY FILE! @
Error from pipe program 'ssh': @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
Error from pipe program 'ssh': Permissions for 'c:\\ToradexTestApp\\cstest\\appconfig_0\\id_rsa' are too open.
Error from pipe program 'ssh': It is required that your private key files are NOT accessible by others.
Error from pipe program 'ssh': This private key will be ignored.
Error from pipe program 'ssh': Load key "c:\\ToradexTestApp\\cstest\\appconfig_0\\id_rsa": bad permissions
but the old hello world program that I create 2 weeks still can work.
I have no idea what this means and how to fix it. I try many time, recreating new one, rebooting, rebuilding, deleting work folder, stoping the container and retry, never work.