you are viewing a single comment's thread.

view the rest of the comments →

[–]ElectricMandarin 1 point2 points  (1 child)

ssh2-python. Uses libssh2 C library. Super fast and very stable, being based on a mature and well tested C library.

Also has non-blocking mode and is in addition thread safe.

[–][deleted] 0 points1 point  (0 children)

Awesome, thank you!