-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initial Connections #3
Comments
Does not work. Used 3 different servers. Connected to Synology, Raspberry, router.
|
... Same result here. Tried 3 different SSH servers, always just get the same -125 which appears to be a timeout |
i have the same problem any ideas ? |
Need to be updated libssh2 library. You can try my fork for test: https://github.com/borissov/arduino-esp32sshclient/ |
Thank You i will try it |
Hi borissov, SSH: LIB2 Client connected before exec any ideas ? What does it it mean -8 ? |
I have no idea, I'm not sure is it updated lib properly but work with my Mac mini... I plan to rewrite my script with native libssh2 . |
In J-Rios's Arduino-esp32sshclient,
After I delet them, it successfully connected to ssh. And I find that borissov's Arduino-esp32sshclient can not successfully connected to ssh without these codes in sshd_config |
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 the initial verification fingerprint during connection? Is there more initial setup needed than just ssh_client.connect?
Can I introduce a known_hosts from the ESP32 SPIFFS?
Is there a way to say 'yes' to the the initial handshake?
Thanks!
The text was updated successfully, but these errors were encountered: