Part of services.remoteCliServer View Source View In Hierarchy
Implements interfaces: twisted.conch.interfaces.ISession
| Method | __init__ | Undocumented | 
| Method | openShell | Open a shell and connect it to proto. | 
| Method | getPty | Get a psuedo-terminal for use by a shell or command. | 
| Method | execCommand | Execute a command. | 
| Method | closed | Called when the session is closed. | 
Inherited from ConchUser:
| Method | lookupChannel | The other side requested a channel of some sort. | 
| Method | lookupSubsystem | The other side requested a subsystem. | 
| Method | gotGlobalRequest | A global request was sent from the other side. | 
| Parameters | proto | a ProcessProtocol instance.
 | 
If a psuedo-terminal is not available, or the request otherwise fails, raise an exception.
| Parameters | proto | a ProcessProtocol instance.
 |