mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-26 01:24:23 +01:00
update comments in publickey function
This commit is contained in:
@@ -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,)
|
||||
|
||||
Reference in New Issue
Block a user