File: README.md

package info (click to toggle)
libssh2 1.11.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 6,504 kB
  • sloc: ansic: 46,104; sh: 6,164; makefile: 348; cpp: 120; perl: 65; lisp: 33; awk: 23
file content (16 lines) | stat: -rw-r--r-- 431 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# libssh2 - SSH2 library

libssh2 is a library implementing the SSH2 protocol, available under
the revised BSD license.

[Web site](https://libssh2.org/)

[Mailing list](https://lists.haxx.se/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.md)
 - [for autotools](docs/INSTALL_AUTOTOOLS)