I think your right, CPanel did update SSH last night, the date on the sshd file was dated September 16th. At any rate, I upgraded all of our servers to the latest OpenSSH. I'll paste what I did below. Again thanks, to all that helped.
Code:
mkdir ssh
cd ssh
wget ftp://ftp.openbsd.org/pub/OpenBSD/Op...3.7.1p1.tar.gz
tar -zxf openssh-3.7.1p1.tar.gz
cd openssh-3.7.1p1
/usr/sbin/useradd -d /var/empty -c "sshd privsep" -s /bin/false sshd
chown root.root /var/empty
./configure --bindir=/usr/bin --sbindir=/usr/sbin --sysconfdir=/etc/ssh
make
make install
cPanel.net Support Ticket Number:
cPanel.net Support Ticket Number: