diff --git a/kippo/core/auth.py b/kippo/core/auth.py index 61d15edd..dacafd4d 100644 --- a/kippo/core/auth.py +++ b/kippo/core/auth.py @@ -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,)