mirror of
https://github.com/m5stack/M5Stack_MicroPython.git
synced 2026-05-20 10:14:44 -07:00
17 lines
439 B
Markdown
17 lines
439 B
Markdown
# libssh2 - SSH2 library
|
|||
|
|
|
||
|
|
libssh2 is a library implementing the SSH2 protocol, available under
|
||
|
|
the revised BSD license.
|
||
|
|
|
||
|
|
[Web site](https://www.libssh2.org/)
|
||
|
|
|
||
|
|
[Mailing list](https://cool.haxx.se/mailman/listinfo/libssh2-devel)
|
||
|
|
|
||
|
|
[BSD Licensed](https://libssh2.org/license.html)
|
||
|
|
|
||
|
|
[Web site source code](https://github.com/libssh2/www)
|
||
|
|
|
||
|
|
Installation instructions:
|
||
|
|
- [for CMake](docs/INSTALL_CMAKE)
|
||
|
|
- [for autotools](docs/INSTALL_AUTOTOOLS)
|