update comments in publickey function

This commit is contained in:
Michel Oosterhof 2014-11-12 15:47:41 +04:00
parent 8ad0f84d99
commit 6b07bb2784
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ class UserDB(object):
@implementer(checkers.ICredentialsChecker)
class HoneypotPublicKeyChecker:
"""
Checker that logs public key authentication attempts
Checker that accepts, logs and denies public key authentication attempts
"""
credentialInterfaces = (credentials.ISSHPrivateKey,)