Part of libcloud.ssh View Source View In Hierarchy
Inherited from BaseSSHClient:
Method | __init__ | @type hostname: C{str} @keyword hostname: Hostname or IP address to connect to. |
Method | connect | Connect to the remote node over SSH. |
Method | put | Upload a file to the remote node. |
Method | delete | Delete/Unlink a file on the remote node. |
Method | run | Run a command on a remote node. |
Method | close | Shutdown connection to the remote node. |