Search found 1 match

by feri_407
Sat Feb 22, 2020 7:08 pm
Forum: ESP IoT Solution
Topic: reverse proxy on esp32
Replies: 0
Views: 9140

reverse proxy on esp32

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