Home | Trees | Index | Help |
|
---|
Package twisted :: Package conch :: Package ssh :: Module transport :: Class SSHServerTransport |
|
BaseProtocol
--+ |Protocol
--+ |SSHTransportBase
--+ | SSHServerTransport
Method Summary | |
---|---|
_getKey(self,
c,
sharedSecret,
exchangeHash)
| |
_keySetup(self,
sharedSecret,
exchangeHash)
| |
ssh_KEX_DH_GEX_INIT(self,
packet)
| |
ssh_KEX_DH_GEX_REQUEST(self,
packet)
| |
ssh_KEX_DH_GEX_REQUEST_OLD(self,
packet)
| |
ssh_KEXINIT(self,
packet)
| |
ssh_NEWKEYS(self,
packet)
| |
ssh_SERVICE_REQUEST(self,
packet)
| |
Inherited from SSHTransportBase | |
| |
Called when a connection is made. | |
Called whenever data is received. | |
| |
direction must be in ["out", "in", "both"] | |
direction must be in ["out", "in", "both"] | |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Inherited from Protocol | |
(Deprecated) | |
Inherited from BaseProtocol | |
Make a connection to a transport and a server. |
Class Variable Summary | |
---|---|
int |
isClient = 0 |
Inherited from SSHTransportBase | |
str |
buf = ''
|
str |
comment = ''
|
NoneType |
currentEncryptions = None |
int |
gotVersion = 0 |
int |
ignoreNextPacket = 0 |
NoneType |
incomingCompression = None |
int |
incomingPacketSequence = 0 |
int |
isAuthorized = 0 |
str |
ourVersionString = 'SSH-2.0-Twisted'
|
NoneType |
outgoingCompression = None |
int |
outgoingPacketSequence = 0 |
str |
protocolVersion = '2.0'
|
NoneType |
service = None |
NoneType |
sessionID = None |
list |
supportedCiphers = ['aes256-ctr', 'aes256-cbc', 'aes192-...
|
list |
supportedCompressions = ['none', 'zlib']
|
list |
supportedKeyExchanges = ['diffie-hellman-group-exchange-...
|
tuple |
supportedLanguages = ()
|
list |
supportedMACs = ['hmac-sha1', 'hmac-md5']
|
list |
supportedPublicKeys = ['ssh-rsa', 'ssh-dss']
|
str |
version = 'Twisted'
|
Inherited from Protocol | |
tuple |
__implements__ = (<class twisted.internet.interfaces.IPr...
|
Inherited from BaseProtocol | |
int |
connected = 0 |
NoneType |
transport = None |
Class Variable Details |
---|
isClient
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.0 on Sat Sep 13 04:20:41 2003 | http://epydoc.sf.net |