log ssh input

git-svn-id: https://kippo.googlecode.com/svn/trunk@71 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster 2009-11-24 18:51:51 +00:00
parent 387ffa3bad
commit 5078be6bb3
1 changed files with 1 additions and 0 deletions

View File

@ -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