-->
Page 2 of 2

Re: Does ESP8266 supports SSH client connection?

PostPosted: Sat Jul 04, 2020 6:55 am
by pangolin
Absolutely it does: checkout the ClientSecure example in the IDE. My own "H4/Plugins" firmware uses SSL connections to a remote API to get Sunrise / Sunset times and my latest MQTT library "Pangolin" uses MQTT over TLS, so Im not sure why so many folk think its difficult or can't be done!

Hope this helps.

Re: Does ESP8266 supports SSH client connection?

PostPosted: Sat Jul 04, 2020 10:33 am
by eriksl
But note that however SSH uses similar ciphers as SSL, it's not the same protocol.

Re: Does ESP8266 supports SSH client connection?

PostPosted: Sat Jul 04, 2020 12:39 pm
by pangolin
eriksl wrote:But note that however SSH uses similar ciphers as SSL, it's not the same protocol.


My bad - I read "SSL" not "SSH" doh! :oops:

Re: Does ESP8266 supports SSH client connection?

PostPosted: Sat Jul 04, 2020 1:02 pm
by eriksl
It's a very easy mistake to make ;)