Libssh::Session - Secure Shell protocol interface

Libssh::Session is a perl interface to the libssh library : https://www.libssh.org/ It supports the authentification on a SSH server and command execution.

It's still in working progress.

MODULE DEPENDENCIES

To install Libssh::Session, you need following perl module:

For the module execution, no need of perl module dependencies.

DEPENDENCIES

This module also requires these libraries:

INSTALLATION

To install Libssh::Session type the following:

# perl Makefile.PL
# make
# make install

BUGS/FEATURE REQUESTS

Please report bugs and request features on the github : https://github.com/garnier-quentin/perl-libssh

All helps are welcomed!