Skip to content

Python bindings to client functionality of libssh. Active continuation of this work is at https://github.com/ansible/pylibssh.

License

Notifications You must be signed in to change notification settings

adelton/python-libssh

Repository files navigation

python-libssh: Python bindings to client functionality of libssh

Building the module

Build the extension with

make rpm
rpm -Uvh dist/python-libssh*.rpm

or

python3 setup.py build_ext --inplace

Testing the module

Make sure ssh under account where you run the tests to the same account on localhost passes, using public key authentication. In other words, ssh localhost true needs to work.

Test it with

python3 -m unittest discover -v -s tests -p 't*_*.py'

or

python3 setup.py test

Author

Written by Jan Pazdziora, 2019--2024

License

This library is distributed under the terms of LGPL 2.1, see file COPYING in this repository.

About

Python bindings to client functionality of libssh. Active continuation of this work is at https://github.com/ansible/pylibssh.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published