mirror of https://github.com/cowrie/cowrie.git
typo on ssh fingerprint
This commit is contained in:
parent
616f2b745c
commit
dfae11047a
|
@ -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"))
|
||||
|
||||
|
|
Loading…
Reference in New Issue