Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/J-Rios/Arduino-esp32sshclient

Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.
https://github.com/J-Rios/Arduino-esp32sshclient

arduino arduino-library client esp32 esp32-arduino esp32-library libssh2 ssh ssh-client

Last synced: about 1 month ago
JSON representation

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

Awesome Lists containing this project

README

        

# 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.