From 5078be6bb3991a43f7d1040b79ff572ea52420d9 Mon Sep 17 00:00:00 2001 From: desaster Date: Tue, 24 Nov 2009 18:51:51 +0000 Subject: [PATCH] log ssh input git-svn-id: https://kippo.googlecode.com/svn/trunk@71 951d7100-d841-11de-b865-b3884708a8e2 --- kippo/commands/ssh.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kippo/commands/ssh.py b/kippo/commands/ssh.py index ba17c4b8..cc94ce03 100644 --- a/kippo/commands/ssh.py +++ b/kippo/commands/ssh.py @@ -57,6 +57,7 @@ class command_ssh(HoneyPotCommand): self.exit() def lineReceived(self, line): + print 'INPUT (ssh):', line if len(self.callbacks): self.callbacks.pop(0)(line) commands['/usr/bin/ssh'] = command_ssh