Beginner's Question: Does MbedTLS support SSH?

Hi all,

I’m now working on a project which runs FreeRTOS+LWIP+MbedTLS on the STM32H743ZI development board, but for some security reasons, it seems better to implement SSH.

Is there someone who implement SSH before? And how can I do that?

Thanks

Hi @MarvinZ

As you can see in this post, SSH and TLS are not identical, and you will need to implement your own SSH protocol, as Mbed TLS is a TLS stack. You can use Mbed TLS for the cryptographic functionality though.

According this site, there is Mbed TLS support for SSH.

This post should show you how to generate an SSH key format using Mbed TLS.

Regards,
Mbed TLS TEam member
Ron