| Summary: | Please implement MaxAuthTries | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Wout Mertens <wmertens> | ||||||||
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> | ||||||||
| Status: | CLOSED FIXED | ||||||||||
| Severity: | enhancement | Keywords: | low-hanging-fruit, openbsd, patch | ||||||||
| Priority: | P2 | ||||||||||
| Version: | -current | ||||||||||
| Hardware: | All | ||||||||||
| OS: | All | ||||||||||
| Bug Depends on: | |||||||||||
| Bug Blocks: | 822 | ||||||||||
| Attachments: |
|
||||||||||
|
Description
Wout Mertens
2003-05-13 00:53:19 AEST
we just changed the openssh client to try the agent key in order of preference (instead of randomly), but this only helps for openssh clients.... FYI if you still need this, it is a very easy patch to make (grep for AUTH_FAIL_MAX) Well, yes, and this is what I did, but it's not really a good solution imho. I mean, the fact that Sun implements it, means that Sun thought it was worth implementing, even as a stop-gat measure. Do you think there is a way to get around this error when it's legitimate? Created attachment 382 [details]
Implement MaxAuthTries, patch against OpenBSD.
Would something like this be accepted for OpenBSD? If so I'll do the man page
for it.
Just need to add MaxAuthTriesLog and man page entries... (after the 3.8.1 release, that is) Created attachment 623 [details]
Add MaxAuthTries and MaxAuthTriesLog, patch against OpenBSD
Target for 3.9 Created attachment 636 [details]
Update patch to -current, add to example sshd_config
This has just been added (MaxAuthTries only, not MaxAuthTriesLog), and will be in tomorrow's snapshot and the next major release. Thanks for the report. |