-
• #2
Hi @Bunny
there is no ssh in Espruino. As you figured out there is only telnet.
use E.setPassword to lock the console.
-
• #3
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
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