Hi
I have since rebuilt this server as I was concerned about its integrity. Here is the output on the rebuilt system:
Code:
[root@xxxxxx kexec]# ( grep -v ^# /etc/ssh/sshd_config;grep -v ^# /etc/pam.d/sshd;grep -v ^# /etc/pam.d/system-auth ) | grep .; rpm -qVv openssh-server pam|grep -v '\.\{8\}'
Port xxxx
Protocol 2
SyslogFacility AUTHPRIV
PermitRootLogin no
PasswordAuthentication yes
ChallengeResponseAuthentication no
GSSAPIAuthentication yes
GSSAPICleanupCredentials yes
UsePAM yes
AcceptEnv LANG LC_CTYPE LC_NUMERIC LC_TIME LC_COLLATE LC_MONETARY LC_MESSAGES
AcceptEnv LC_PAPER LC_NAME LC_ADDRESS LC_TELEPHONE LC_MEASUREMENT
AcceptEnv LC_IDENTIFICATION LC_ALL
X11Forwarding yes
Subsystem sftp /usr/libexec/openssh/sftp-server
auth include system-auth
account required pam_nologin.so
account include system-auth
password include system-auth
session optional pam_keyinit.so force revoke
session include system-auth
session required pam_loginuid.so
auth required pam_env.so
auth sufficient pam_unix.so nullok try_first_pass
auth requisite pam_succeed_if.so uid >= 500 quiet
auth required pam_deny.so
account required pam_unix.so
account sufficient pam_succeed_if.so uid < 500 quiet
account required pam_permit.so
password requisite pam_cracklib.so try_first_pass retry=3
password sufficient pam_unix.so md5 shadow nullok try_first_pass use_authtok
password required pam_deny.so
session optional pam_keyinit.so revoke
session required pam_limits.so
session [success=1 default=ignore] pam_succeed_if.so service in crond quiet use_uid
session required pam_unix.so
S.5....T c /etc/ssh/sshd_config
....L... c /etc/pam.d/system-auth
prelink: /lib64/libpam.so.0.81.5: at least one of file's dependencies has changed since prelinking
S.?..... /lib64/libpam.so.0.81.5
prelink: /lib64/libpam_misc.so.0.81.2: at least one of file's dependencies has changed since prelinking
S.?..... /lib64/libpam_misc.so.0.81.2
prelink: /sbin/pam_console_apply: at least one of file's dependencies has changed since prelinking
S.?..... /sbin/pam_console_apply
prelink: /sbin/pam_tally: at least one of file's dependencies has changed since prelinking
S.?..... /sbin/pam_tally
prelink: /sbin/pam_tally2: at least one of file's dependencies has changed since prelinking
S.?..... /sbin/pam_tally2
....L... c /etc/pam.d/system-auth
[root@xxxxxx kexec]#
There were actually 2 boxes with identical issues. Have rebuilt both. The other box now crashes every time I run a yum update, but this is a separate issue.