Re: sshd: PAM + key authentication

2007-03-04 Thread Cédric Jonas
On Sun, 04 Mar 2007 16:39:29 + Tom Judge <[EMAIL PROTECTED]> wrote: > Cédric Jonas wrote: > > Hi all, > > > > I set up a some sshd servers which authenticates their users > > through a LDAP DB. To realize this, I used PAM. > > Everything ok until now. > > > > Then, via PAM (pam_filter) and

Re: sshd: PAM + key authentication

2007-03-04 Thread Tom Judge
Cédric Jonas wrote: Hi all, I set up a some sshd servers which authenticates their users through a LDAP DB. To realize this, I used PAM. Everything ok until now. Then, via PAM (pam_filter) and the host attribute in the LDAP DB, I only allowed logon on specifical hosts for some users. After t