1. Home
  2. Browse
  3. libssh2

libssh2

v1.11.1#1Latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install libssh2

Usage

libssh2 provides CMake targets:

find_package(libssh2 CONFIG REQUIRED)

target_link_libraries(main PRIVATE libssh2::libssh2)

libssh2 provides pkg-config modules:

# Library for SSH-based communication

libssh2

Features

Dependencies

See source

Version

v1.11.1#1

Publication

Supports

All

GitHub

libssh2/libssh2

Homepage

libssh2.org

Subtree

0ed3bfe969

License

BSD-3-Clause

Definition

Manifest