Home
last modified time | relevance | path

Searched refs:SSHServerTransport (Results 1 – 17 of 17) sorted by relevance

/dports/security/cowrie/cowrie-2.2.0/src/cowrie/ssh/
H A Dtransport.py28 class HoneyPotSSHTransport(transport.SSHServerTransport, TimeoutMixin):
81 transport.SSHServerTransport.sendKexInit(self)
127 transport.SSHServerTransport.dispatchMessage(self, message_num, payload)
188 return transport.SSHServerTransport.ssh_KEXINIT(self, packet)
214 transport.SSHServerTransport.setService(self, service)
221 transport.SSHServerTransport.connectionLost(self, reason)
241 transport.SSHServerTransport.sendDisconnect(self, reason, desc)
/dports/security/cowrie/cowrie-2.2.0/src/cowrie/ssh_proxy/
H A Dserver_transport.py48 class FrontendSSHTransport(transport.SSHServerTransport, TimeoutMixin):
178 transport.SSHServerTransport.sendKexInit(self)
232 …transport.SSHServerTransport.dispatchMessage(self, message_num, payload) # let userauth deal with…
236 elif transport.SSHServerTransport.isEncrypted(self, "both"):
239 transport.SSHServerTransport.dispatchMessage(self, message_num, payload)
300 return transport.SSHServerTransport.ssh_KEXINIT(self, packet)
327 transport.SSHServerTransport.setService(self, service)
335 transport.SSHServerTransport.connectionLost(self, reason)
371 transport.SSHServerTransport.sendDisconnect(self, reason, desc)
/dports/devel/py-twisted/Twisted-22.1.0/docs/conch/examples/
H A Dsshsimpleserver.py13 from twisted.conch.ssh.transport import SSHServerTransport
253 protocol = SSHServerTransport
/dports/net/kippo/kippo-0.9/kippo/core/
H A Dhoneypot.py502 class HoneyPotTransport(transport.SSHServerTransport):
514 transport.SSHServerTransport.connectionMade(self)
520 transport.SSHServerTransport.sendKexInit(self)
523 transport.SSHServerTransport.dataReceived(self, data)
532 return transport.SSHServerTransport.ssh_KEXINIT(self, packet)
554 transport.SSHServerTransport.connectionLost(self, reason)
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/ssh/
H A Dfactory.py24 protocol = transport.SSHServerTransport
H A Dtransport.py865 class SSHServerTransport(SSHTransportBase): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/ssh/
H A Dfactory.py27 protocol = transport.SSHServerTransport
H A Dtransport.py1412 class SSHServerTransport(SSHTransportBase): class
/dports/devel/py-twisted/Twisted-22.1.0/src/twisted/conch/test/
H A Dtest_channel.py17 from twisted.conch.ssh.transport import SSHServerTransport
86 transport = SSHServerTransport()
H A Dtest_ssh.py422 class ConchTestServer(ConchTestBase, transport.SSHServerTransport):
425 transport.SSHServerTransport.connectionLost(self, reason)
880 self.assertIsInstance(protocol, transport.SSHServerTransport)
891 return transport.SSHServerTransport()
H A Dtest_transport.py56 class SSHServerTransport: class in transport
1429 klass: Optional[Type[transport.SSHTransportBase]] = transport.SSHServerTransport
2890 server = transport.SSHServerTransport()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/test/
H A Dtest_ssh.py413 class ConchTestServer(ConchTestBase, transport.SSHServerTransport):
417 transport.SSHServerTransport.connectionLost(self, reason)
846 self.assertIsInstance(protocol, transport.SSHServerTransport)
857 return transport.SSHServerTransport()
H A Dtest_transport.py32 class SSHServerTransport: pass class in transport
1181 klass = transport.SSHServerTransport
2043 server = transport.SSHServerTransport()
/dports/math/vtk6/VTK-6.2.0/ThirdParty/Twisted/twisted/conch/topfiles/
H A DNEWS238 - SSHServerTransport and SSHClientTransport in
/dports/devel/py-twisted/Twisted-22.1.0/
H A DNEWS.rst149 - twisted.conch.ssh.transport.SSHServerTransport and twisted.conch.ssh.transport.SSHClientTransport…
/dports/devel/py-twisted/Twisted-22.1.0/docs/historic/
H A DNEWS.rst2714 - SSHServerTransport and SSHClientTransport in
/dports/devel/eric6/eric6-21.11/eric/eric6/APIs/Python/
H A Dzope-3.3.1.api8360 twisted.conch.ssh.transport.SSHServerTransport._getKey?5(c, sharedSecret, exchangeHash)
8361 twisted.conch.ssh.transport.SSHServerTransport._keySetup?5(sharedSecret, exchangeHash)
8362 twisted.conch.ssh.transport.SSHServerTransport.isClient?7
8363 twisted.conch.ssh.transport.SSHServerTransport.ssh_KEXINIT?4(packet)
8364 twisted.conch.ssh.transport.SSHServerTransport.ssh_KEX_DH_GEX_INIT?4(packet)
8365 twisted.conch.ssh.transport.SSHServerTransport.ssh_KEX_DH_GEX_REQUEST?4(packet)
8366 twisted.conch.ssh.transport.SSHServerTransport.ssh_KEX_DH_GEX_REQUEST_OLD?4(packet)
8367 twisted.conch.ssh.transport.SSHServerTransport.ssh_NEWKEYS?4(packet)
8368 twisted.conch.ssh.transport.SSHServerTransport.ssh_SERVICE_REQUEST?4(packet)