| Summary: | Password authentication should be configurable per-user | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Andrew Sayers <andrew-bugzilla.mindrot.org> |
| Component: | sshd | Assignee: | Assigned to nobody <unassigned-bugs> |
| Status: | CLOSED WORKSFORME | ||
| Severity: | enhancement | CC: | djm, dtucker |
| Priority: | P2 | ||
| Version: | 5.0p1 | ||
| Hardware: | All | ||
| OS: | All | ||
|
Description
Andrew Sayers
2008-05-31 19:43:38 AEST
You (ie the administrator) can use a Match block in sshd_config to configure PasswordAuthentication per user, eg: PasswordAuthentication yes Match User fred PasswordAuthentication no see sshd_config(5) for more information. This doesn't let users control their authentication methods but I'm not sure that's a good idea anyway. closing resolved bugs as of 8.6p1 release |