Registry / networking / libssh2

libssh2

JSON →
library1.11.1vcpkgunverified

libssh2 is a client-side C library implementing the SSH2 protocol.

vcpkg install libssh2
INSTALL
IMPORT
SIG · LIBSSH2
L
libssh2
networkingcppv1.11.1
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

libssh2.h
#include <libssh2.h>

Initialize and cleanup libssh2

#include <libssh2.h> #include <iostream> int main() { libssh2_init(0); std::cout << "libssh2 initialized" << std::endl; libssh2_exit(); return 0; }
Debug
Known issues
gotchaRequires linking with crypto backend (OpenSSL, mbedTLS, etc.)
fix
Ensure the appropriate crypto library is linked and initialized before use
affects: all
Upgrade
Version history
1.11.1latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
7 hits · last 30 days
node
6
Amazon
1
Resources

No resource links recorded.

libssh2 — pip install libssh2 · libregistry