cleanup to test an rss feed

git-svn-id: https://kippo.googlecode.com/svn/trunk@156 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2010-07-05 17:08:31 +00:00
parent fafe2f639c
commit ffa21b06c0

View File

@@ -411,8 +411,6 @@ class HoneyPotTransport(transport.SSHServerTransport):
# As implemented by Kojoney
class HoneyPotSSHFactory(factory.SSHFactory):
#publicKeys = {'ssh-rsa': keys.getPublicKeyString(data=publicKey)}
#privateKeys = {'ssh-rsa': keys.getPrivateKeyObject(data=privateKey)}
services = {
'ssh-userauth': userauth.SSHUserAuthServer,
'ssh-connection': connection.SSHConnection,