Part of libcloud.compute View Source
Wraps multiple ways to communicate over SSH
Class | BaseSSHClient | Base class representing a connection over SSH/SCP to a remote node. |
Class | ParamikoSSHClient | A SSH Client powered by Paramiko. |
Class | ShellOutSSHClient | This client shells out to "ssh" binary to run commands on the remote server. |
Class | MockSSHClient | Undocumented |