[Bug 1474] Password authentication should be configurable per-user
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Fri Aug 28 19:11:38 EST 2009
https://bugzilla.mindrot.org/show_bug.cgi?id=1474
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2009-08-28 19:11:36 EST ---
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.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
More information about the openssh-bugs
mailing list