according to http://www.securityfocus.com/infocus/1876, "123456" should be the

most common password attempt


git-svn-id: https://kippo.googlecode.com/svn/trunk@41 951d7100-d841-11de-b865-b3884708a8e2
This commit is contained in:
desaster
2009-11-21 12:58:52 +00:00
parent 902b0ce29e
commit bb422a60fc

View File

@@ -14,7 +14,7 @@ pubKeyString, privKeyString = honeypot.getRSAKeys()
# Move this somewhere if we decide to use more passwords
users = (
('root', 'root'),
('root', '1234'),
('root', '123456'),
)
factory.portal.registerChecker(honeypot.HoneypotPasswordChecker(users))
factory.publicKeys = {'ssh-rsa': keys.Key.fromString(data=pubKeyString)}