diff --git a/cowrie/ssh/session.py b/cowrie/ssh/session.py index feb1a44..327d9b0 100644 --- a/cowrie/ssh/session.py +++ b/cowrie/ssh/session.py @@ -64,6 +64,7 @@ class HoneyPotSSHSession(session.SSHSession): This is reliably called on session close/disconnect and calls the avatar """ session.SSHSession.closed(self) + self.client = None def sendEOF(self):