| Home | Trees | Indices | Help |
|---|
|
|
object --+
|
SSHhandler
The class to handle the SSH sessions to the remote hosts.
| Instance Methods | |||
|
|||
|
|||
tuple(ChannelFile, ChannelFile, ChannelFile), boolean
|
|
||
|
|||
|
Inherited from |
|||
| Class Variables | |
USER_DEFAULT = 'robot'
|
|
SSH_SESSIONS = {}
|
|
SSH_AUTH = {}
|
|
| Properties | |
|
Inherited from |
| Method Details |
x.__init__(...) initializes x; see help(type(x)) for signature
|
Closes all open SSH sessions. Used on the closing the node manager. |
Executes a command on remote host. Returns the output channels with execution result or None. The connection will be established using paramiko SSH library.
|
Executes a command on remote host using a terminal with X11 forwarding.
To Do: establish connection using paramiko SSH library. See Also: http://docs.python.org/library/subprocess.html?highlight=subproces#subprocess |
| Home | Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Apr 12 02:00:15 2013 | http://epydoc.sourceforge.net |