comparison with pyinfra #421
Answered
by
pkittenis
thebigbone
asked this question in
Q&A
-
|
hello, how does this library compare with pyinfra? https://pyinfra.com/ |
Beta Was this translation helpful? Give feedback.
Answered by
pkittenis
May 5, 2026
Replies: 1 comment
-
|
Thank you for the interest. parallel-ssh is an SSH library. Pyinfra is a configuration management system that uses an(other) SSH library, like Ansible. They are different tools. Pyinfra could use parallel-ssh as its SSH library if it wants its SSH operations to scale well to large numbers of hosts. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
pkittenis
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Thank you for the interest.
parallel-ssh is an SSH library. Pyinfra is a configuration management system that uses an(other) SSH library, like Ansible. They are different tools.
Pyinfra could use parallel-ssh as its SSH library if it wants its SSH operations to scale well to large numbers of hosts.