PowerCampus 01
Home of the LPAR-Tool
Working with AIX > AIX Security > AIX Security Expert (AIXPert) > Creating your own aixpert Script > Aixpert Script for PermitRootLogin (SSHD)
We start with the following script, which essentially does nothing and always succeeds:
# cat /etc/security/aixpert/bin/local_chsshdconf#! /bin/kshexit 0#
The script still requires execution rights for the root user:
# chmod u+x /etc/security/aixpert/bin/local_chsshdconf#