Ethical Hacking Learn to find vulnerabilities before the bad guys do! Gain real world hands on hacking experience in our state of the art hacking lab. Course designed and taught by expert instructors with years of penetration testing experience. 12 student maximum in every class. Certification attempt included in every package. | Computer Forensics Training at InfoSec Institute Gain the in-demand skills of a certified computer examiner, learn to recover trace data left behind by fraud, theft, and cybercrime perpetrators. Discover the source of computer crime and abuse at your organization so that it never happens again. All of our class sizes are guaranteed to be 12 students or less to facilitate one-on-one interaction with one of our expert instructors. |

| Subject: | Re: per user authentication types? |
|---|---|
| Date: | Mon, 10 Apr 2006 14:49:13 -0400 |
There's been some work[1] recently to extend sshd_config to allow it to apply some config directives based on certain attributes of the connection. If you're prepared to try the patch, it allows for directives in sshd_config such as:
PasswordAuthentication no Match User user1,user2 PasswordAuthentication yes Match Group pwallowed PasswordAuthentication yes
and similar.
[1] http://bugzilla.mindrot.org/show_bug.cgi?id=1180
Hmm.
This probably conflicts with some changes I've been working on, although I do agree that this is the better way to handle many of the options. I just have to figure out how this will alter things wrt what I have been working on.
I think the above would work better if one could define a group of attributes (values for PasswordAuthentication, etc), and then specify that group of attributes on a 'match' directive.
-- Garance Alistair Drosehn = gad@gilead.netel.rpi.edu Senior Systems Programmer or gad@freebsd.org Rensselaer Polytechnic Institute or drosih@rpi.edu
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | Simple Problem; Need Help Debugging, Brian |
|---|---|
| Next by Date: | Bad SSH2 cipher spec error, Morgan, Chris |
| Previous by Thread: | Re: per user authentication types?, Darren Tucker |
| Next by Thread: | Compiling openssh on SFU 3.5, Joshua Hevenor |
| Indexes: | [Date] [Thread] [Top] [All Lists] |