J-Rios / Arduino-esp32sshclient

Arduino library for ESP32 that implements an SSH client to connect and execute commands in a remote Server.
GNU General Public License v3.0
45 stars 13 forks source link

ssh with options such -R #4

Open FI407 opened 4 years ago

FI407 commented 4 years ago

Hi, can i do ssh with some options? i want to run this on esp32: ssh -f -N -R port1:localhost:port2 user@myserver.com or reverse tunnel to my server on a desired port number thanks in advance