From f39e5d64917fc61a29e3b1c97c3cc915e1588747 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Wed, 11 Mar 2015 15:33:09 +0000 Subject: [PATCH] stop logging exec cmd, already logged before --- kippo/core/ssh.py | 1 - 1 file changed, 1 deletion(-) diff --git a/kippo/core/ssh.py b/kippo/core/ssh.py index 301f8020..1856d9e0 100644 --- a/kippo/core/ssh.py +++ b/kippo/core/ssh.py @@ -320,7 +320,6 @@ class HoneyPotAvatar(avatar.ConchUser): 'exec_enabled not enabled in configuration file!') return - log.msg( 'exec command: "%s"' % cmd ) serverProtocol = protocol.LoggingServerProtocol( protocol.HoneyPotExecProtocol, self, self.env, cmd) self.protocol = serverProtocol