I'm currently working on Microchip Harmony project for a SAME70 processor and I've integrated wolfSSH into the build along with WolfSSL and WolfCrypt. In Harmony wolfssl and wolfcrypt are already included, SSH just needs to be added.
I have a successful compile and my plan is to only use the SSH server capability on the package because I don't really need SCP or SFTP. I'm also looking to use public passkey authentication.
I noticed in the WolfSSH download an application exists for Microchip in the ~/wolfssh/ide/mplabx folder. I'm able to build that application, but it doesn't seem to run out of the box. I modified the user_settings.h to exclude the filesystem and include the MICROCHIP PIC32 settings, I believe it extends to the C devices.
The project is not complete and I'm questioning if the wolfssh.c had really been tested? I'm just looking for a really good working example of an "echo server".
Any help is greatly appreciated.