Search found 3 matches
- Sat Nov 09, 2019 2:11 pm
- Forum: General Discussion
- Topic: SSH Client
- Replies: 13
- Views: 34850
Re: SSH Client
Meanwhile I have simply switched from Arduino to micropython on my ESP32 for my little project. There is a version from Boris Lovosevic compiled for the ESP32 with a included SSH client module. https://github.com/loboris/MicroPython_ESP32_psRAM_LoBo/wiki/ssh This works very well. As I did many other...
- Fri Oct 04, 2019 4:29 pm
- Forum: General Discussion
- Topic: SSH Client
- Replies: 13
- Views: 34850
Re: SSH Client
I did a little bit more debugging and change the code slightly to give some more status messages. I get to the point where Rios code says "SSH host handshake success" it fail right after that with authentication failed. But the User/PW provided do work just fine, so I did a little bit more digging i...
- Wed Oct 02, 2019 9:07 pm
- Forum: General Discussion
- Topic: SSH Client
- Replies: 13
- Views: 34850
Re: SSH Client
I tried to use the same lib from Jose Rios and the handshake does not work as well: SSH client initialized. Initializing TCP-IP adapter... [OK] TCP-IP adapter initialized. Waiting Wifi connection to "supernet"... WiFi connected. IP address: 192.168.178.57 Connecting to Server "192.168.178.2:22"... S...