Inherited from BaseSSHClient:
Method |
__init__ |
|
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. |