How to Install libssh-dev in Ubuntu 18.04



Install libssh-dev by entering the following commands in the terminal:

sudo apt update
sudo apt install libssh-dev

Description:

tiny C SSH library. Development files (OpenSSL flavor)

The ssh library was designed to be used by programmers needing a working SSH implementation by the mean of a library. The complete control of the client is made by the programmer. With libssh, you can remotely execute programs, transfer files, use a secure and transparent tunnel for your remote programs. With its SFTP implementation, you can play with remote files easily. . This package contains development files to build the OpenSSL flavor.

Homepage: https://www.libssh.org/

Version: 0.8.0~20170825.94fa1e38-1build1

Section: libdevel