Esp8266 SSH Server Espruino

Posted on
  • 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

  • Hi @Bunny

    there is no ssh in Espruino. As you figured out there is only telnet.

    use E.setPassword to lock the console.

  • 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

  • Post a reply
    • Bold
    • Italics
    • Link
    • Image
    • List
    • Quote
    • code
    • Preview
About

Esp8266 SSH Server Espruino

Posted by Avatar for Bunny @Bunny

Actions