Arduino-esp32sshclient icon indicating copy to clipboard operation
Arduino-esp32sshclient copied to clipboard

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

Results 2 Arduino-esp32sshclient issues
Sort by recently updated
recently updated
newest added

My esps have been unable to connect to the various ssh servers I have pointed them at. Is there a way to set up a known hosts file or accept...

Hi, can i do ssh with some options? i want to run this on esp32: ssh -f -N -R port1:localhost:port2 [email protected] or reverse tunnel to my server on a desired...