Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

SSH is no more running

1 view
Skip to first unread message

aliasjcdenton

unread,
Nov 24, 2006, 12:02:08 PM11/24/06
to
Hi all,

My problem is that SSH is not more running.

Whenever I do '#/etc/init.d/ssh restart', there is no entry appearing
when I do '#ps -aux | grep ssh'.

I did 'apt-get remove --purge openssh-server openssh-client' and
reinstalled them but it doesn't change nothing.

Can someone give me his help ?

Thank you by advance.

aliasjcdenton

Mumia W. (reading news)

unread,
Nov 24, 2006, 1:59:02 PM11/24/06
to

You don't say what O/S and distribution you're using. I'm tempted to
assume Debian Etch. I have Sarge, so I don't have the same environment
as your assumed platform, but I suggest that you look on the Debian
web-site and search for bugs relating to SSH--especially bugs in Etch.

Also check out /var/log/syslog and /var/log/messages to see if sshd
emitted any error messages before it died, and look inside the file
/etc/init.d/ssh to see that everything is okay there.

Additionally, the manual page for sshd (man sshd) might have some clues
for why the daemon won't run.

I hope this helps.

--
paduille.4...@earthlink.net

Jeroen Geilman

unread,
Nov 24, 2006, 4:53:11 PM11/24/06
to
aliasjcdenton wrote:

> Hi all,
>
> My problem is that SSH is not more running.
>
> Whenever I do '#/etc/init.d/ssh restart', there is no entry appearing
> when I do '#ps -aux | grep ssh'.

Well, then start investigating whether it will actually run at all.
Run SSHD in debug console mode:

#/sbin/sshd -f /etc/sshd/sshd_config -d

And see what happens.

If that works, then the problem lies in the startup scripts.


--
All your bits are belong to us.

0 new messages