Package twisted :: Package test :: Module test_conch :: Class SSHTestClient
[show private | hide private]
[frames | no frames]

Class SSHTestClient

             SSHTestBase --+
                           |
BaseProtocol --+           |
               |           |
        Protocol --+       |
                   |       |
    SSHTransportBase --+   |
                       |   |
      SSHClientTransport --+
                           |
                          SSHTestClient


Method Summary
  connectionFailed(self)
(Deprecated) (inherited from Protocol)
  connectionLost(self, reason)
(inherited from SSHTestBase)
  connectionMade(self)
Called when a connection is made. (inherited from SSHClientTransport)
  connectionSecure(self)
Called when the encryption has been set up.
  dataReceived(self, data)
Called whenever data is received. (inherited from SSHTransportBase)
  getPacket(self)
(inherited from SSHTransportBase)
  isEncrypted(self, direction)
direction must be in ["out", "in", "both"] (inherited from SSHTransportBase)
  isVerified(self, direction)
direction must be in ["out", "in", "both"] (inherited from SSHTransportBase)
  makeConnection(self, transport)
Make a connection to a transport and a server. (inherited from BaseProtocol)
  receiveDebug(self, alwaysDisplay, message, lang)
(inherited from SSHTransportBase)
  receiveError(self, reasonCode, desc)
(inherited from SSHTestBase)
  receiveUnimplemented(self, seqID)
(inherited from SSHTestBase)
  requestService(self, instance)
Request that a service be run over this transport. (inherited from SSHClientTransport)
  sendDebug(self, message, alwaysDisplay, language)
(inherited from SSHTransportBase)
  sendDisconnect(self, reason, desc)
(inherited from SSHTransportBase)
  sendIgnore(self, message)
(inherited from SSHTransportBase)
  sendKexInit(self)
(inherited from SSHTransportBase)
  sendPacket(self, messageType, payload)
(inherited from SSHTransportBase)
  sendUnimplemented(self)
(inherited from SSHTransportBase)
  setService(self, service)
(inherited from SSHTransportBase)
  ssh_DEBUG(self, packet)
(inherited from SSHTransportBase)
  ssh_DISCONNECT(self, packet)
(inherited from SSHTransportBase)
  ssh_IGNORE(self, packet)
(inherited from SSHTransportBase)
  ssh_KEX_DH_GEX_GROUP(self, packet)
(inherited from SSHClientTransport)
  ssh_KEX_DH_GEX_REPLY(self, packet)
(inherited from SSHClientTransport)
  ssh_KEXINIT(self, packet)
(inherited from SSHClientTransport)
  ssh_NEWKEYS(self, packet)
(inherited from SSHClientTransport)
  ssh_SERVICE_ACCEPT(self, packet)
(inherited from SSHClientTransport)
  ssh_UNIMPLEMENTED(self, packet)
(inherited from SSHTransportBase)
  verifyHostKey(self, key, fp)
  _continueGEX_GROUP(self, ignored, pubKey, f, signature)
(inherited from SSHClientTransport)
  _continueGEX_REPLY(self, ignored, pubKey, f, signature)
(inherited from SSHClientTransport)
  _getKey(self, c, sharedSecret, exchangeHash)
(inherited from SSHClientTransport)
  _keySetup(self, sharedSecret, exchangeHash)
(inherited from SSHClientTransport)

Method Details

connectionSecure(self)

Called when the encryption has been set up. Generally, requestService() is called to run another service over the transport.
Overrides:
twisted.conch.ssh.transport.SSHClientTransport.connectionSecure (inherited documentation)

Generated by Epydoc 1.2 prerelease on Wed Jan 29 06:28:55 2003 http://epydoc.sf.net