To update the default SSH login method, perform the following command as a PIM Administrator (Note: root is usually a PIM admin), where 'full path to login binary' points to the SSHD daemon (e.g. /usr/lib/ssh/sshd):
# selang -c "er loginappl SSHD loginpath(<full path to login binary>) owner(nobody) defacc (x)"
Note: If there are any spaces in the SSHD path, surround it with single-tick quotes (e.g. '/usr/path with spaces/ssh/sshd')