SSH on K66F

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

SSH on K66F

907 Views
a8Chcx
Contributor V

Hi,

I am trying to develop simple SSH client to access telnet sever(SSH based).

Can anyone tell me how to implement it on FRDM-K66?

Thanks,

Christie

Labels (1)
0 Kudos
3 Replies

731 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hi Christie,

Unfortunately there isn't an SSH implementation available but you could start checking the lwip SDK examples. I think the lwip_tcpecho_freertos/bm could be a good way to start.

Best Regards,

Alexis Andalon

0 Kudos

731 Views
a8Chcx
Contributor V

Hi Alexis,

I have downloaded the latest SDK and there is mbedTLS supported, no WolfSSL supported in latest SDK.

Is wolfSSL removed from now on?

I am using lwip_tcpehco/BM in my project for now. But, I do not know how to add TLS on it?

There are lots of examples based on mbedTLS in latest SDK, but, it is hard for me to pick up one as template. Do you have any document for these and how to use it?

Thanks,

Christie

0 Kudos

731 Views
Alexis_A
NXP TechSupport
NXP TechSupport

Hi Christie,

This library integrated in the SDK is based on mbedTLS 2.13.1, for more information you could look in the library webpage:

mbed TLS Knowledge Base  

Best Regards,

Alexis Andalon

0 Kudos