Topic: Create SSH server with freertos + LwIP to communicate with Tera Term
i m currently trying to write an SSH basic server on smartfusion2 Soc (arm cortex M3) from Microsemi. i managed to understand (as i think) the server example provided with wolfSSH but when i tried get a basic wolfCrypt port for the server, i was confused with the huge number of defines,features and protocols .
i will be grateful if you can give me a very basic config (minimal size) to just run the server (basic security level). Other protocols maybe added later.
you can check Tera Term client configuration to propose protocols to use:
https://ttssh2.osdn.jp/manual/4/en/usage/ssh.html
Thank you