ctypes之上的libssh的Python绑定
项目描述
是一个用ctypes构建的libssh的Python对象封装器。
依赖关系
libssh >= 0.5
功能
使用流式API执行SSH命令。
SFTP子系统,具有对远程文件的随机访问。
兼容Python3、Python2和PyPy。
如何安装
对于正常使用,您可以使用标准的python distutils setup.py 文件
python setup.py install
或者
pip install pyssh-ctypes
文档
https://py-libssh-ctypes.readthedocs.org/en/latest/