tschak909 #1 Posted January 4 (edited) For anyone who wants to hack on the #ESP32 Firmware: The code in lib/libssh2 no longer works correctly, due to a combination of used deprecated protocol KEX algorithms, and changes to ESP-IDF, so, it should be replaced with libssh, and connected to the lib/network-protocol/SSH.cpp protocol adapter. * Fold in libssh: https://github.com/tnn2/esp-idf-libssh and make compile. * Modify lib/network-protocol/SSH.cpp/h and make it use libssh * Should be able to connect to an SSH host using netcat, with appropriate login/password credentials. pubkey can be added later. Ticket here: https://github.com/FujiNetWIFI/fujinet-platformio/issues/481 Edited January 4 by tschak909 Quote Share this post Link to post Share on other sites