From 6b07bb2784076f080c70b0282eb1d43ad1f62ea9 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Wed, 12 Nov 2014 15:47:41 +0400 Subject: [PATCH] update comments in publickey function --- kippo/core/auth.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,)