I'm having a problem getting ssh up and running. I've already
configured it, thats not my problem. However yesterday, during a storm,
I lost power. My computer is ok but all now whenever I type
/etc/rc.d/init.d/sshd status
I get this in return...
sshd dead but subsys locked
I'm guessing a configuration file was left open or something to that
effect.. But as a result ssh no longer works. I uninstalled in and
re-installed ssh using these rpms.
ssh-1.2.27-5us.i386.rpm
ssh-clients-1.2.27-5us.i386.rpm
ssh-server-1.2.27-5us.i386.rpm
And still nothing.... Arrrrrrghhhh
Can anyone offer some suggestions? I'm almost certian it's NOT a
hardware problem..
In my /etc/inetd.conf I have this
ssh stream tcp nowait root /usr/local/sbin/sshd -i
and in /etc/services this
ssh 22/tcp # SSH Remote Login
Protocol
ssh 22/udp # SSH Remote Login
Protocol