Page 1 of 1

reverse proxy on esp32

Posted: Sat Feb 22, 2020 7:08 pm
by feri_407
hi,
how can i create a ssh reverse tunnel to my server?
or how can i do this ssh command on esp32:
ssh user@myserver.com -R port1:localhost:port2 -N
there is a library (esp32sshclient) but i dont know how use it with options (-R or -N)
thanks in advance