Wrapper for SSH commands.
|
|
list
|
_BuildSshOptions(self,
batch,
ask_key,
use_cluster_key,
strict_host_check,
private_key=None,
quiet=True)
Builds a list with needed SSH options. |
source code
|
|
|
BuildCmd(self,
hostname,
user,
command,
batch=True,
ask_key=False,
tty=False,
use_cluster_key=True,
strict_host_check=True,
private_key=None,
quiet=True)
Build an ssh command to execute a command on a remote node. |
source code
|
|
utils.process.RunResult
|
Run(self,
*args,
**kwargs)
Runs a command on a remote node. |
source code
|
|
boolean
|
|
|
|
Inherited from object :
__delattr__ ,
__format__ ,
__getattribute__ ,
__hash__ ,
__new__ ,
__reduce__ ,
__reduce_ex__ ,
__repr__ ,
__setattr__ ,
__sizeof__ ,
__str__ ,
__subclasshook__
|