Skip to content

david-cermak/libssh

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

libssh

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

About

ESP-IDF port of libssh

Topics

Resources

License

Stars

Watchers

Forks