Home | Trees | Index | Help |
---|
Package twisted :: Package scripts :: Module tkconch :: Class SSHClientTransport |
|
BaseProtocol
--+ |Protocol
--+ |SSHTransportBase
--+ |SSHClientTransport
--+ | SSHClientTransport
Method Summary | |
---|---|
(Deprecated) (inherited from Protocol )
| |
(inherited from SSHTransportBase )
| |
Called when a connection is made. (inherited from SSHClientTransport )
| |
Called when the encryption has been set up. | |
Called whenever data is received. (inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
direction must be in ["out", "in", "both"] (inherited from SSHTransportBase )
| |
checks to see if host is in the known_hosts file for the user. | |
direction must be in ["out", "in", "both"] (inherited from SSHTransportBase )
| |
receiveDebug(self,
alwaysDisplay,
message,
lang)
| |
receiveError(self,
code,
desc)
| |
(inherited from SSHTransportBase )
| |
Request that a service be run over this transport. (inherited from SSHClientTransport )
| |
(inherited from SSHTransportBase )
| |
sendDisconnect(self,
code,
reason)
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHTransportBase )
| |
(inherited from SSHClientTransport )
| |
(inherited from SSHClientTransport )
| |
(inherited from SSHClientTransport )
| |
(inherited from SSHClientTransport )
| |
(inherited from SSHClientTransport )
| |
(inherited from SSHTransportBase )
| |
verifyHostKey(self,
pubKey,
fingerprint)
|
Method Details |
---|
connectionSecure(self)Called when the encryption has been set up. Generally, requestService() is called to run another service over the transport.
|
isInKnownHosts(self, host, pubKey)checks to see if host is in the known_hosts file for the user. returns 0 if it isn't, 1 if it is and is the same, 2 if it's changed. |
Home | Trees | Index | Help |
---|
Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:25:59 2003 | http://epydoc.sf.net |