tomaswolf commented on issue #283:
URL: https://github.com/apache/mina-sshd/issues/283#issuecomment-1369166287

   Absent an answer, I've pushed a fix to PR #284. It implements 
`CoreModuleProperties.PASSWORD_PROMPTS`as the equivalent of the OpenSSH config 
`NumberOfPasswordPrompts`. Only interactive authentication attempts count 
towards the limit.
   
   There is no special guard against a server that keeps sending challenges in 
keyboard-interactive authentication. Normally such behavior would be caught by 
either of the following:
   * supplied passwords for non-interactively authenticating being exhausted,
   * the user cancelling authentication on the umpteenth interactive dialog for 
a challenge,
   * or the client's authentication time-out expiring.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to