Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Find alternative to parallel-ssh #26

Closed
pbrezina opened this issue Nov 10, 2023 · 1 comment · Fixed by #44
Closed

Find alternative to parallel-ssh #26

pbrezina opened this issue Nov 10, 2023 · 1 comment · Fixed by #44

Comments

@pbrezina
Copy link
Contributor

parallel-ssh currently does not install on python-3.12 and unfortunately the project's maintainers are unresponsive and it seems that the project is dead. We will need to find a replacement, since we do not have a capacity to properly maintain our own fork.

See: ParallelSSH/ssh2-python#194

https://github.com/ansible/pylibssh may work for us.

@pbrezina
Copy link
Contributor Author

pbrezina commented Feb 6, 2024

Work in progress, I needed to add some libssh calls to pylibssh in order to allow async ssh I/O.

pylibssh: ansible/pylibssh#576
pytest-mh changes: https://github.com/pbrezina/pytest-mh/tree/pylibssh

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant