6.1.6 Set SSH IgnoreRhosts to yes - Check if IgnoreRhosts is set to yes and not commented for the server.
Information
The IgnoreRhosts parameter specifies that .rhosts and .shosts files will not be used in RhostsRSAAuthentication or HostbasedAuthentication. Note - If you will be editing all the SSH parameters, use the script in section 6.1 Configure SSH.
Solution
Edit the /etc/ssh/sshd_config file to set the parameter as follows- awk '/^ IgnoreRhosts/ { $2 = 'yes' } { print }' /etc/ssh/sshd_config > /etc/ssh/sshd_config.new /usr/bin/mv /etc/ssh/sshd_config.new /etc/ssh/sshd_config /usr/sbin/pkgchk -f -n -p /etc/ssh/sshd_config /usr/sbin/svcadm restart svc:/network/ssh