SkillAgentSearch skills...

Libssh

ESP-IDF port of libssh

Install / Use

/learn @david-cermak/Libssh
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

libssh

Membrowse

A minimal ESP-IDF port of libssh. The purpose of this component is to provide a way to run sshd on your ESP32 device, so you can "ssh" into your device.

How to use

Add the libssh subdirectory to your component list, either using IDF build system or by means of the component yaml file:

dependencies:
  libssh:
    version: '*'
    path: /path/to/the_libssh_directory/

Example

See the simple server example in server

Demo

Related Skills

View on GitHub
GitHub Stars24
CategoryDevelopment
Updated10d ago
Forks3

Languages

C

Security Score

95/100

Audited on Mar 28, 2026

No findings