Module pymeterlib.pyssh
SSH Interface class.
An interface to ssh on posix systems.
Hacked significantly by Corey Goldberg for PyMeter
(pymeter.sourceforge.net) Copyright (c) 2005.
based on PySSH Version: 0.2 By Rasjid Wilcox. Copyright (c) 2002.
Drawing on ideas from work by Julian Schaefer-Jasinski, Guido's
telnetlib and version 0.1 of pyssh (http://pyssh.sourceforge.net) by
Chuck Esterbrook.
Licenced under a Python 2.2 style license. See License.txt.
Classes |
Ssh |
A SSH connection class. |
READ_ALL
-
- Type:
-
int
- Value:
|
READ_LAZY
-
- Type:
-
int
- Value:
|
READ_SOME
-
- Type:
-
int
- Value:
|
SSH_PORT
-
- Type:
-
int
- Value:
|