An open API service indexing awesome lists of open source software.

https://github.com/qoretechnologies/module-ssh2

Qore SSH module
https://github.com/qoretechnologies/module-ssh2

Last synced: about 1 month ago
JSON representation

Qore SSH module

Awesome Lists containing this project

README

          

Qore ssh2 module

INTRODUCTION
------------
This module provides access to ssh2 sessions and the sftp protocol via libssh2
(http://www.libssh2.org) in the Qore programming language.

This version requires qore 2.3+ and the sshutil module for shared SSH
credential and host-key provider types.

LICENSE
-------
This module is released under a choice of two licenses: LGPL 2.1 and MIT, see
COPYING.LGPL and COPYING.MIT for more information

BINARIES
--------
For Linux RPMs for many distributions, see the opensuse build service:
http://download.opensuse.org/repositories/devel:/languages:/misc/

For OS/X, use macports: http://www.macports.org
sudo port selfupdate
sudo port -vu install qore-ssh2-module

BUILDING
--------
Requires qore 2.3+, sshutil, and libssh2 1.1+ to build and run

to configure the build, execute
configure --disable-debug

if the qore library cannot be found, then you can use:
configure --disable-debug --with-qore=

if libssh2 cannot be found, then you can use:
configure --disable-debug --with-libssh2-dir=

The qore binary also needs to be in the path so configure can determine the
module directory

Then execute

make && make install

(or 'make && sudo make install' as needed)

please direct any questions to:
david@qore.org

or you can post in the qore forums at
http://qore.org/forums