Task 2: Configure the VIP integration module for PAM to support OpenSSH connections on AIX Platforms
- Complete the prerequisites.
- Create a backup of the common PAM configuration file (/etc/pam.conf).
- Add the following entries to the configuration file:sshd auth required /usr/lib/security/libpam_vrsn_otp.soFor example, see the sample configuration file.File typeConfiguration file32-bitsshd auth required pam_aix sshd auth required /usr/lib/security/libpam_vrsn_otp.sosshd account required pam_aix sshd password required pam_aix sshd session required pam_aix
- 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
- Restart the SSH service.
Next
Continue with testing the integration. See the appropriate topic, based on the protocol you implement: