############################# UNMAINTAINED ############################## # # # ssh4py (Python bindings for libssh2) were originally developed by # # Vincent Jaulin, and later forked and maintained by Sebastian Noack. # # Neither the original version nor this fork is maintained anymore. # # # # There will be no further support, updates or bug fixes from upstream. # # Feel free to fork ssh4py, or consider alternatives. # # For most applications, using OpenSSH through the subprocess module # # is the simplest, most reliable and most secure option. # # # ######################################################################### == Depenendencies == - Python (2.4 or later) - libssh2 (1.2.2 or later) - zlib (1.2.x or later) == Installation == python setup.py build python setup.py install (as root) == License == This program is free software: you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details. == Authors == Sebastian Noack <sebastian.noack@gmail.com> Vincent Jaulin <vincent.jaulin@keyphrene.com>