| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
SshClientError Exception class |
|||
|
SshClientTransport Base client class for constructing Twisted Conch services. |
|||
|
SshUserAuth Class to gather credentials for use with our SSH connection, and use them to authenticate against the remote device. |
|||
|
SshConnection Wrapper class that starts channels on top of connections. |
|||
|
CommandChannel The class that actually interfaces between Zenoss and the device. |
|||
|
SshClient SSH Collector class to connect to a particular device |
|||
|
|||
|
|||
|
|||
|
|||
__doc__ = """SshClient runs commands on a remote box using SSH
|
|||
log = logging.getLogger("zen.SshClient")
|
|||
|
|||
|
Test harness main() Usage: python SshClient.py hostname[:port] comand [command] Each command must be enclosed in quotes (") to be interpreted properly as a complete unit. |
|
|||
__doc__
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Thu May 7 11:46:07 2009 | http://epydoc.sourceforge.net |