|
|||||||||||
|
configuring pam for openssh
From: Greg Norris <haphazard(at)kc.rr.com>
Date: Fri Feb 21 2003 - 23:12:15 EST
During the course of testing, I noticed that the change had broken the built-in password authentication ("PasswordAuthentication yes" in sshd_config). Can anyone explain why this occurs? My (obviously flawed ;-) understanding was that openssh only uses the pam auth modules for keyboard-interactive. I've gone through the pam documentation and done some googling, but the answer remains elusive... This isn't a huge problem, as I'm most likely going to disable password authentication anyway. But I'd really like to understand what's occurring. Thanx!
account required pam_unix.so session required pam_unix.so session optional pam_motd.so # [1] session optional pam_mail.so standard noenv # [1] session required pam_limits.so password required pam_unix.so obscure min=8 md5----- <end /etc/pam.d/ssh> ----- Received on Mon Feb 24 15:14:21 2003 This archive was generated by hypermail 2.1.8 : Wed Aug 23 2006 - 14:02:55 EDT |
||||||||||
|
|||||||||||