On Sat, 13 Aug 2005 10:55, Carl Cerecke wrote: I am running Mandrake so I am not to sure about suse. But here are some commands that might help
rpm -qa | grep ssh openssh-clients-3.9p1-9mdk openssh-3.9p1-9mdk openssh-server-3.9p1-9mdk That will tell you what ssh packages you have rpm --verify openssh-server .M...... c /etc/rc.d/init.d/sshd .M5....T c /etc/ssh/sshd_config This will verify if the rpms are Ok. If there is no problem then there will be no output. The rpm man pages will help with what M and M5 means Also try changing into the /etc/init.d directory and seeing if there is a file called sshd there. If there is try running it with ./sshd status. It will be a text file so you can have a look at it > On 13/08/05, Steve Holdoway <[EMAIL PROTECTED]> wrote: > > Could it be corrupt ssh or ssl daemons? As it's one of those things that > > often lags behind the current versions, so building from source won't > > hurt. FC4 uses current openssh, but 0.9.7f openssl, and debian sarge is > > at OpenSSH_3.8.1p1 Debian-8.sarge.4 and OpenSSL 0.9.7e. > > > > ftp://ftp.planetmirror.com/pub/OpenBSD/OpenSSH/portable/openssh-4.1p1.tar > >.gz and http://www.openssl.org/source/openssl-0.9.8.tar.gz are the latest > > versions. > > Thanks, but why would they be corrupt? They are just the stock > standard suse 9.1 versions. ssh works OK. sshd does not. I can try > re-installing, I suppose. > > Cheers, > Carl.
