Package ClusterShell :: Package Worker :: Module Ssh :: Class SshClient
[hide private]
[frames] | no frames]

Class SshClient

source code


Ssh EngineClient.

Instance Methods [hide private]
 
_build_cmd(self)
Build the shell command line to start the ssh commmand.
source code

Inherited from Exec.ExecClient: __init__

Inherited from EngineClient.EngineClient: __repr__, abort

Inherited from Engine.Engine.EngineBaseTimer: invalidate, is_valid, set_nextfire

Inherited from Engine.Engine.EngineBaseTimer (private): _set_engine

Method Details [hide private]

_build_cmd(self)

source code 

Build the shell command line to start the ssh commmand. Return an array of command and arguments.

Overrides: Exec.ExecClient._build_cmd