This repository has been archived by the owner on Mar 8, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathREADME.txt
39 lines (29 loc) · 1.56 KB
/
README.txt
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
############################# 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 <[email protected]>
Vincent Jaulin <[email protected]>