add SSH-2.2 as supported version

This commit is contained in:
Michel Oosterhof 2018-08-11 01:08:00 +04:00
parent d857be6232
commit c7a78faab6
1 changed files with 1 additions and 0 deletions

View File

@ -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):
"""