forked from garnier-quentin/perl-libssh
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
40 lines (25 loc) · 933 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Libssh::Session
===============
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:
* ExtUtils-MakeMaker
For the module execution, no need of perl module dependencies.
DEPENDENCIES
------------
This module also requires these libraries:
* libssh (https://www.libssh.org/) : recommended to use version 0.7.0 or later
* OpenSSL
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!