paramiko: Paramiko (a combination of the esperanto words for
"paranoid" and "friend") is a module for python
2.3 or greater that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines.
paramiko.buffered_pipe: Attempt to generalize the "feeder" part of a Channel: an
object which can be read from and closed, but is reading from a
buffer fed by another thread.