Sandro Minola wrote:
> 
[snip]

> If yes, the only thing you have to do is to comment it out again.
> 
> Hope this helps


If you comment out the ssh line in inetd, be sure to
have a look at /etc/init.d/sshd because it often has
these lines in it, at the top:

  echo "Sshd started vi inetd."
  exit 0

You know this affects you if you see it and not
the sshd 'usage:' when you type:

    svi sshd

People need to remove at least the exit 0 to get the
script to run at boot and start sshd stand alone.  Then
issue the svi sshd start command.

Regards,
Matthew

_______________________________________________
Leaf-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/leaf-user

Reply via email to