paramiko: Paramiko (a combination of the esperanto words for
"paranoid" and "friend") is a module for python
2.5 or greater that implements the SSH2 protocol for secure
(encrypted and authenticated) connections to remote machines.
paramiko._winapi: Windows API functions implemented as ctypes functions and classes
as found in jaraco.windows (2.10).
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.