Esp8266 SSH Server Espruino #6081
Unanswered
espruino-discuss
asked this question in
ESP8266
Replies: 1 comment
-
Posted at 2019-04-26 by @MaBecker Hi @bunny there is no ssh in Espruino. As you figured out there is only telnet. use E.setPassword to lock the console. Posted at 2019-04-29 by @gfwilliams Just to add that Espruino on ESP8266 doesn't support TLS/SSL at all - so that means no SSH or HTTPS. It's just too much of a squeeze to get a full JS interpreter and the RAM buffers needed for full TLS into the ESP8266 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Posted at 2019-04-26 by Bunny
Hi everybody,
I wanna to use Espruino on Esp8266 on a WiFi network that this device emits(esp8266), but I cannot find a module in Espruino to SSH Server console. I find that you can send JS Code to Espruino on port 23 (Telnet) but it's insecure and anybody can connect to this ESP8266.
Please help me :(
Thanks a lot
Beta Was this translation helpful? Give feedback.
All reactions