Menu

sshd with PAM

Help
2006-05-15
2013-04-16
  • Doug Eckert

    Doug Eckert - 2006-05-15

    Greetings.  I'm trying to get the SecurID agent running on my AIX 5.3ML3 box.  I've got the below entries in /etc/pam.conf, but no every time it says it can't find a means of authentication.  When does SSHD consult pam.conf, and what key value is it looking for?

    login   auth    required        /usr/lib/security/pam_securid.so
    ssh     auth    required        /usr/lib/security/pam_securid.so
    openssh auth    required        /usr/lib/security/pam_securid.so
    sshd    auth    required        /usr/lib/security/pam_securid.so debug

     
    • Doug Eckert

      Doug Eckert - 2006-05-15

      I think I found out what's up.  The version available for download wasn't built with 'configure --with-pam', was it?  Whe I set "UsePAM yes" in /etc/ssh/sshd_config I get the following in /var/adm/messages:

      May 15 11:14:52 sbktesaix02 auth|security:info sshd[278658]: rexec line 81: Unsupported option UsePAM

      Would it be possible to have a fileset with PAM enabled?

       

Log in to post a comment.