mirror of https://github.com/cowrie/cowrie.git
add SSH-2.2 as supported version
This commit is contained in:
parent
d857be6232
commit
c7a78faab6
|
@ -31,6 +31,7 @@ class HoneyPotSSHTransport(transport.SSHServerTransport, TimeoutMixin):
|
|||
"""
|
||||
startTime = None
|
||||
gotVersion = False
|
||||
supportedVersions = (b'1.99', b'2.0', b'2.2')
|
||||
|
||||
def __repr__(self):
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue