Web Hosting Talk







View Full Version : ssh problems


CDGJerry
11-24-2006, 12:21 PM
I have not needed to ssh into my box in several weeks as i keep a screen session open to it all the time. Well i tried to ssh to the box and got

ssh: /lib/libc.so.6: version `GLIBC_2.2' not found (required by ssh)
ssh: /lib/libc.so.6: version `GLIBC_2.3' not found (required by ssh)
ssh: /lib/libc.so.6: version `GLIBC_2.2' not found (required by /lib/libcrypto.so.2)

so i figure i would reboot and see. well now i can not get back in except when i turn telnet on then i can telnet in and then su to root. This is a raq4 and i have not installed anything on it in ages. Any ideas?

ironfist
11-25-2006, 06:17 AM
Sounds like a new version of OpenSSH with too old GLIBC?

But if you haven't installed anything in ages that shouldn't be
the problem.. Well.. Since you probably run this server
commercially you really should upgrade to Strongbolt (http://www.osoffice.co.uk).

How is your disk running? Any errors?

zeffie
11-29-2006, 05:33 AM
I would suggest that it's possible a hacker gained access and installed a incorrect version of ssh. it happens...

I would suggest you replace your ssh related rpms restart the services...

no matter who's software you had installed you can unpack the pkg and force the rpms in...

(reboot first)
tar -zxpvf pkgname
rpm -Uvh --force RPMS/*
and the restart ssh or just reboot again...