libssh2-1.10.0

Introduction to libssh2

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

[Note]

Note

Development versions of BLFS may not build or run some packages properly if dependencies have been updated since the most recent stable versions of the book.

Package Information

Additional Downloads

libssh2 Dependencies

Optional

GnuPG-2.4.1, libgcrypt-1.10.2, and OpenSSH-9.3p1 (all three are required for the test suite)

User Notes: https://wiki.linuxfromscratch.org/blfs/wiki/libssh2

Installation of libssh2

Apply a patch to fix incompatibility with recent OpenSSH releases:

patch -Np1 -i ../libssh2-1.10.0-upstream_fix-1.patch

Install libssh2 by running the following commands:

./configure --prefix=/usr --disable-static &&
make

To test the results, issue: make check.

Now, as the root user:

make install

Command Explanations

--disable-static: This switch prevents installation of static versions of the libraries.

Contents

Installed Programs: None
Installed Library: libssh2.so
Installed Directories: None

Short Descriptions

libssh2.so

contains functions to use the SSH2 protocol