Is a python, object oriented wrapper for libssh build with ctypes.
Dependences:
- libssh >= 0.5
- SSH command execution with streaming api.
- SFTP subsystem with random access to remote files.
- Compatible with python3, python2 and pypy.
For normal use, you can use a standard python distutils setup.py
file:
python setup.py install
Or:
pip install pyssh-ctypes
https://py-libssh-ctypes.readthedocs.org/en/latest/