libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side
Run the following Vcpkg command to install the port.
vcpkg install libssh
The package libssh is compatible with built-in CMake targets:
find_package(libssh CONFIG REQUIRED) target_link_libraries(main PRIVATE ssh)
Default crypto backend
Crypto support (mbedTLS)
Crypto support (OpenSSL)
libssh with zlib
v0.10.4+20221123#2
Feb 9, 2023
!uwp
libssh.org
b1f65da6b2
LGPL-2.1-only
Manifest