I am interested in establishing a SSH connection with a server.
I want the server the be connected to the ESP using softAP().
Is this possible ?
I've went to the https://github.com/ewpa/LibSSH-ESP32/tree/master/examples folder but I have no idea what to use from there.
One thing to point out from the example files is that there are a lot of duplicate includes.
For example in exec example:
#include "examples_common.h" // is declared 4 times
#include <libssh/libssh.h> // is declared 4 times
#include <stdio.h> // is declared 3 times
// and so on