class SSHSessionForUnixConchUser: (source)
Implements interfaces: twisted.conch.interfaces.ISession
Undocumented
Method | __init__ |
Construct an SSHSessionForUnixConchUser. |
Method | addUTMPEntry |
Undocumented |
Method | closed |
Called when the session is closed. |
Method | eofReceived |
Called when the other side has indicated no more data will be sent. |
Method | execCommand |
Execute a command. |
Method | getPty |
Get a pseudo-terminal for use by a shell or command. |
Method | getPtyOwnership |
Undocumented |
Method | openShell |
Open a shell and connect it to proto. |
Method | setModes |
Undocumented |
Method | windowChanged |
Called when the size of the remote screen has changed. |
Instance Variable | avatar |
Undocumented |
Instance Variable | environ |
Undocumented |
Instance Variable | modes |
Undocumented |
Instance Variable | oldWrite |
Undocumented |
Instance Variable | pty |
Undocumented |
Instance Variable | ptyTuple |
Undocumented |
Instance Variable | winSize |
Undocumented |
Method | _writeHack |
Hack to send ignore messages when we aren't echoing. |
Class Variable | _log |
Undocumented |
Instance Variable | _reactor |
Undocumented |
Parameters | |
avatar | The UnixConchUser for whom this is an SSH session. |
reactor | An IReactorProcess used to handle shell and exec requests. Uses the default reactor if None. |
Get a pseudo-terminal for use by a shell or command.
If a pseudo-terminal is not available, or the request otherwise fails, raise an exception.