I'm currently trying to set up an environment for to debug the tda4vm board with an Arago installed. I wan to debug a remote application via ssh which is usually no problem to configure. The arago's ssh server is not an openssh but a dropbear. Trying to connect an ssh client with a terminal is working fine, but connecting it within the code composer (eclipse) does not work. I always get an error message "algorithm negotiation fail". I think this is because of the key/cipher combination eclipse<->dropbear.
Is there any known solution for this?
Any help is appreciated.