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
- Host: GitHub
- URL: https://github.com/qoretechnologies/module-ssh2
- Owner: qoretechnologies
- License: lgpl-2.1
- Created: 2015-07-21T09:31:57.000Z (about 11 years ago)
- Default Branch: develop
- Last Pushed: 2026-05-17T18:54:56.000Z (2 months ago)
- Last Synced: 2026-05-17T19:47:51.570Z (2 months ago)
- Language: C++
- Homepage:
- Size: 1000 KB
- Stars: 2
- Watchers: 13
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- Changelog: NEWS
- License: COPYING.LGPL
- Authors: AUTHORS
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