1. Home
  2. Browse
  3. libssh

libssh

v0.7.6-1#0Go to latest

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

Install

Run the following Vcpkg command to install the port.

vcpkg install libssh

Usage

The package libssh is compatible with built-in CMake targets:

find_package(libssh CONFIG REQUIRED)
target_link_libraries(main PRIVATE ${LIBSSH_LIBRARIES})
target_include_directories(main PRIVATE ${LIBSSH_INCLUDE_DIRS})

Features

Dependencies

See source

Version

v0.7.6-1#0

Publication

Supports

All

Homepage

libssh.org

Subtree

18b029a5e3

License

Complex license

Definition

Control