1. Home
  2. Browse
  3. libssh2

libssh2

v1.11.0#2Go to latest

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 $<IF:$<TARGET_EXISTS:Libssh2::libssh2_shared>,Libssh2::libssh2_shared,Libssh2::libssh2_static>)

Features

Dependencies

See source

Version

v1.11.0#2

Publication

Supports

All

GitHub

libssh2/libssh2

Homepage

libssh2.org

Subtree

6db51d86a9

License

BSD-3-Clause

Definition

Manifest