libssh2v1.11.1
- Updated
libssh2 is a client-side C library implementing the SSH2 protocol.
- Project website: https://www.libssh2.org
#Usage
libssh2 provides CMake targets:
find_package(libssh2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE libssh2::libssh2)libssh2 provides pkg-config modules:
# Library for SSH-based communication
libssh2#Supported Platforms
All platforms supported.
#Features
Default features: openssl, zlib
#openssldefault
Use the openssl crypto backend
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (through openssl)
- vcpkg-cmake-config (through openssl)
- vcpkg-cmake-get-vars (through openssl)
#zlibdefault
Use compression via zlib
Host Dependencies:
2 transitive dependencies:
- vcpkg-cmake (through zlib)
- vcpkg-cmake-config (through zlib)
#Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (through openssl)
#Host Tool For
No ports use this.
#Contributors
Christophe Guébert
Dale Stammen
Robert Schumacher
Alexander Karatarakis
Alexej Harm
pravic
Billy O'Neal
chausner
Thomas1664
autoantwort
Kai Pastor
gerard-ryan-immersaview
#Changelog
Show 13 earlier changes
ed876e2[libssh2] switch from tarball download to github18eeee6[libssh2] Enable cmake config targets26516fevcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)963cc56[libssh2] Bump version to match source code change for uwp support07a46c8added support for uwp builds05fdf3aAdd libssh2.