diff --git a/src/cowrie/ssh/transport.py b/src/cowrie/ssh/transport.py index 85904f7b..2884a72c 100644 --- a/src/cowrie/ssh/transport.py +++ b/src/cowrie/ssh/transport.py @@ -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): """