Package pymeterlib :: Module pyssh
[show private | hide private]
[frames | no frames]

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.

Exceptions
mysshError Error class for myssh.

Variable Summary
int READ_ALL = 2                                                                     
int READ_LAZY = 0                                                                     
int READ_SOME = 1                                                                     
int SSH_PORT = 22                                                                    

Variable Details

READ_ALL

Type:
int
Value:
2                                                                     

READ_LAZY

Type:
int
Value:
0                                                                     

READ_SOME

Type:
int
Value:
1                                                                     

SSH_PORT

Type:
int
Value:
22                                                                    

Generated by Epydoc 2.1 on Fri Mar 17 09:16:19 2006 http://epydoc.sf.net