Home | Trees | Indices | Help |
---|
|
object --+ | ProxyCommand
Wraps a subprocess running ProxyCommand-driven programs.
This class implements a the socket-like interface needed by the Transport and Packetizer classes. Using this class instead of a regular socket makes it possible to talk with a Popen'd command that will proxy traffic between the client and a server hosted in another machine.
Instance Methods | |||
|
|||
|
|||
int |
|
||
|
|||
|
|||
Inherited from |
Properties | |
Inherited from |
Method Details |
Create a new CommandProxy instance. The instance created by this class can be passed as an argument to the Transport class.
|
Read from the standard output of the forked program.
|
Write the content received from the SSH client to the standard input of the forked command.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Jul 26 15:08:24 2013 | http://epydoc.sourceforge.net |