libssh2 is a client-side C library implementing the SSH2 protocol.
Run the following Vcpkg command to install the port.
vcpkg install libssh2
libssh2 provides CMake targets:
find_package(libssh2 CONFIG REQUIRED)
target_link_libraries(main PRIVATE libssh2::libssh2)
Use the openssl crypto backend
Use compression via zlib
v1.11.1#0
Oct 22, 2024
All
libssh2/libssh21.3K
libssh2.org
6a4359c5c1
BSD-3-Clause
Manifest