mirror of
https://github.com/aljazceru/cowrie.git
synced 2026-01-18 13:44:23 +01:00
reenable password authentication again
This commit is contained in:
@@ -123,12 +123,10 @@ class HoneypotPublicKeyChecker:
|
||||
@implementer(ICredentialsChecker)
|
||||
class HoneypotPasswordChecker:
|
||||
"""
|
||||
Checker that accepts keyboard-interactive
|
||||
Checker that accepts "keyboard-interactive" and "password"
|
||||
"""
|
||||
|
||||
# credentialInterfaces = (IUsernamePassword, IPluggableAuthenticationModules)
|
||||
|
||||
credentialInterfaces = (IPluggableAuthenticationModules,)
|
||||
credentialInterfaces = (IUsernamePassword, IPluggableAuthenticationModules)
|
||||
|
||||
def requestAvatarId(self, credentials):
|
||||
if hasattr(credentials, 'password'):
|
||||
|
||||
Reference in New Issue
Block a user