Task 2: Configure the VIP integration module for PAM to support OpenSSH connections on AIX Platforms

  1. Complete the prerequisites.
  2. Create a backup of the common PAM configuration file (
    /etc/pam.conf
    ).
  3. Add the following entries to the configuration file:
    sshd auth required /usr/lib/security/
    libpam_vrsn_otp.so
    For example, see the sample configuration file.
    File type
    Configuration file
    32-bit
    sshd auth required pam_aix sshd auth required /usr/lib/security/
    libpam_vrsn_otp.so
    sshd account required pam_aix sshd password required pam_aix sshd session required pam_aix
  4. Create a backup of the OpenSSH configuration file
    /etc/ssh/sshd_config
    . Edit the configuration file to make the following changes:
    PasswordAuthentication no ChallengeResponseAuthentication yes UsePAM yes UsePrivilegeSeparation yes
  5. Restart the SSH service.
Next
Continue with testing the integration. See the appropriate topic, based on the protocol you implement: