I’m trying to setup remote debugging on an embedded linux device.
I can connect to the SSH server on the device using Putty, but SmarTTY (and VisualGDB) throw this error when trying to connect…
“Cannot connect: LIBSSH2 returned LIBSSH2 Error 0”
How can I find more information about the cause of this error?
Which SSH server do you have installed on the embedded linux device?
Which settings are you using to connect with VisualGDB/SmarTTY (public key, password?) ?