s60sc / ESP32-CAM_MJPEG2SD

ESP32 Camera motion capture application to record JPEGs to SD card as AVI files and stream to browser as MJPEG. If a microphone is installed then a WAV file is also created. Files can be uploaded via FTP or downloaded to browser.
GNU Affero General Public License v3.0
931 stars 214 forks source link

install ssh-server to enable reverse ssh tunneling #246

Closed CazYokoyama closed 1 year ago

CazYokoyama commented 1 year ago

esp32cam may locate behind NAT. To connect to esp32cam, we need reverse ssh tunneling. I am not 100% sure that it can be achieved when ssh-server is installed. It may be achieved by

s60sc commented 1 year ago

not viable for a little esp32 to be both a camera and ssh server

CazYokoyama commented 1 year ago

not viable for a little esp32 to be both a camera and ssh server

While you maybe correct. I'll get back after running https://github.com/ewpa/LibSSH-ESP32/tree/master/examples/samplesshd-kbdint