ssh improvements

git-svn-id: https://kippo.googlecode.com/svn/trunk@22 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2009-11-18 05:57:34 +00:00
parent af400735fd
commit 27cb7d4eda
2 changed files with 24 additions and 12 deletions

View File

@@ -18,6 +18,8 @@ class HoneyPotCommand(object):
def __init__(self, honeypot, args):
self.honeypot = honeypot
self.args = args
self.writeln = self.honeypot.writeln
self.write = self.honeypot.terminal.write
def start(self):
self.call(self.args)