| Summary: | VOLUNTEER:Addition of user based control of authentication methods | ||
|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | reskusic |
| Component: | sshd | Assignee: | OpenSSH Bugzilla mailing list <openssh-bugs> |
| Status: | CLOSED DUPLICATE | ||
| Severity: | enhancement | CC: | ssh |
| Priority: | P2 | ||
| Version: | -current | ||
| Hardware: | All | ||
| OS: | Other | ||
|
Description
reskusic
2001-11-22 04:20:52 AEDT
*** Bug 767 has been marked as a duplicate of this bug. *** We have implemented a general mechanism to enable directives based on certain criteria, including user and group. It doesn't support authentications yet, but it's planned for the next release. With it, you would enable, say, pubkey authentication only for certain users thusly:
PubkeyAuthentication no
Match User foo,bar
PubkeyAuthentication yes
*** This bug has been marked as a duplicate of bug 1180 ***
Close resolved bugs after release. |