From dfae11047ad9eb1f2919479d34f7fb8283963648 Mon Sep 17 00:00:00 2001 From: Michel Oosterhof Date: Tue, 10 Mar 2015 14:05:06 +0000 Subject: [PATCH] typo on ssh fingerprint --- 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 df3a741b..7173b631 100644 --- a/kippo/core/auth.py +++ b/kippo/core/auth.py @@ -124,7 +124,7 @@ class HoneypotPublicKeyChecker: def requestAvatarId(self, credentials): _pubKey = keys.Key.fromString(credentials.blob) - log.msg(format='public key attempt for user %(username)s with fingerprint %(fingerprint)%s', + log.msg(format='public key attempt for user %(username)s with fingerprint %(fingerprint)s', username=credentials.username, fingerprint=_pubKey.fingerprint()) return failure.Failure(error.ConchError("Incorrect signature"))