Hey all, I just installed openssh-2.3.0p1-4 on a friends new RH 7 box
trying to convert him to Linux, however, I'm getting a
" ssh_exchange_identification " error when I try an ssh into it. I have
read thru the DOCs and see some reference to this problem but I have
verified that I have a sshd file in /etc/pam.d with the following specs
that is supposed to be the fix for " ssh_exchange_identification ":
#%PAM-1.0
auth required /lib/security/pam_stack.so service=system-auth
auth required /lib/security/pam_nologin.so
account required /lib/security/pam_stack.so service=system-auth
password required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_stack.so service=system-auth
session required /lib/security/pam_limits.so
session optional /lib/security/pam_console.so
The permissions are -rw-r--r--
Any help would GREATLY be appreciated.
Michael Sharp