Registry / networking / libssh

libssh

JSON →
library0.11.3vcpkgunverified

libssh is a multiplatform C library implementing the SSHv2 protocol on client and server side

vcpkg install libssh
INSTALL
IMPORT
SIG · LIBSSH
L
libssh
networkingcppv0.11.3
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.

libssh/libssh.h
#include <libssh/libssh.h>

Create and free an SSH session

#include <libssh/libssh.h> #include <iostream> int main() { ssh_session session = ssh_new(); if (session == NULL) { std::cerr << "Failed to create session\n"; return 1; } ssh_free(session); std::cout << "SSH session created\n"; return 0; }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.11.3latest on vcpkg
Audit
Dependencies

No dependency data recorded yet.

Agent activity
10 hits · last 30 days
node
10
Resources

No resource links recorded.

libssh — pip install libssh · libregistry