Skip to content

Is it possible to establish SSH connection while using softAP ? #9

@GeorgeFlorian

Description

@GeorgeFlorian

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions