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 $<IF:$<TARGET_EXISTS:Libssh2::libssh2_shared>,Libssh2::libssh2_shared,Libssh2::libssh2_static>)
Use the openssl crypto backend
Use compression via zlib
v1.11.0#1
Jul 11, 2023
All
libssh2/libssh21.2K
libssh2.org
505cba2668
BSD-3-Clause
Manifest