[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-users] (no subject)



Hello.
I configured SSH for suporting PAM .
I added these lines to /etc/ssh2/sshd_configure:
   AllowedAuthentications  pam-1@xxxxxxx
   SshPamClientPath        /usr/local/bin/ssh-pam-client
in file /etc/pam.d/sshd2 i add:
  auth required /usr/lib/security/access.conf
  auth required /usr/lib/security/limit.conf
that i tested pam module worked or didn't work ,but didn't work.
guid me.
thanks.