libssh2 v1.11.1
- Created
- Updated
libssh2 is a client-side C library implementing the SSH2 protocol.
# Usage
libssh2 provides CMake targets:
find_package(libssh2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE libssh2::libssh2)
# License
# Supported Platforms
All platforms are supported
# Features
Default features: openssl
, zlib
# openssl default
Use the openssl crypto backend
Host Dependencies:
3 transitive dependencies:
- vcpkg-cmake (by openssl )
- vcpkg-cmake-config (by openssl )
- vcpkg-cmake-get-vars (by openssl )
# zlib default
Use compression via zlib
Host Dependencies:
one transitive dependency:
- vcpkg-cmake (by zlib )
# Dependencies
# Host Dependencies
and one transitive dependency:
- vcpkg-cmake-get-vars (by openssl )
# Dependents
# Host Dependents
No dependents.
# 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
and 10 more commits:
ed876e2
[libssh2] switch from tarball download to github18eeee6
[libssh2] Enable cmake config targets26516fe
vcpkg_configure_cmake (and _meson) now embed debug symbols within static libs (/Z7)963cc56
[libssh2] Bump version to match source code change for uwp support07a46c8
added support for uwp builds05fdf3a
Add libssh2.