GitPedia

Arduino esp32sshclient

Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.

From J-Rios·Updated March 21, 2026·View on GitHub·

Arduino library for ESP32 that implement an SSH client to connect and execute commands in a remote Server. The project is written primarily in C, distributed under the GNU General Public License v3.0 license, first published in 2019. Key topics include: arduino, arduino-library, client, esp32, esp32-arduino.

Arduino_esp32sshclient

Arduino library for ESP32 that implement an SSH client to connect and execute commands in a remote Server.

Notes

  • The library builtin on top of libssh2, and due to libssh2 dynamic memory being, and the need to release and reallocate again SSH session for each command send, this library is not suitable to be used in a stable system.
  • This is just a proof of concept library, think twice before use it for production.

Contributors

Showing top 2 contributors by commit count.

View all contributors on GitHub →

This article is auto-generated from J-Rios/Arduino-esp32sshclient via the GitHub API.Last fetched: 6/27/2026