mirror of https://github.com/cowrie/cowrie.git
update comments in publickey function
This commit is contained in:
parent
8ad0f84d99
commit
6b07bb2784
|
@ -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,)
|
||||
|
|
Loading…
Reference in New Issue