twisted.conch.scripts.conch.SSHConnection(connection.SSHConnection)
class documentationtwisted.conch.scripts.conch
View Source
(View In Hierarchy)
Method | serviceStarted | called when the service is active on the transport. |
Method | serviceStopped | Called when the connection is stopped. |
Method | requestRemoteForwarding | Undocumented |
Method | cancelRemoteForwarding | Undocumented |
Method | channel_forwarded_tcpip | Undocumented |
Method | channelClosed | No summary |
Method | _cbRemoteForwarding | Undocumented |
Method | _ebRemoteForwarding | Undocumented |
Inherited from SSHService (via SSHConnection):
Method | logPrefix | Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines. |
Method | packetReceived | called when we receive a packet on the transport |
Inherited from SSHService (via SSHConnection):
Method | logPrefix | Override this method to insert custom logging behavior. Its return value will be inserted in front of every line. It may be called more times than the number of output lines. |
Method | packetReceived | called when we receive a packet on the transport |
Called when a channel is closed. It clears the local state related to
the channel, and calls channel.closed(). MAKE SURE YOU CALL THIS METHOD,
even if you subclass SSHConnection
.
If you don't, things will break mysteriously.