On Wed, 6 Nov 2002, Patrick B. O'Brien wrote:

> When I go into Service Configuration, I'm not seeing sshd? 

As root:

    rpm -q openssh-server       # Ensure sshd is installed
    chkconfig --add sshd        # Add sshd to the list of managed services
    ntsysv                      # Edit managed services

If sshd *is* installed, and just not working, try launching it manually 
with debug enabled:

        /usr/sbin/sshd -d

and check syslog for error messages.

-- 
"Whenever I feel blue, I start breathing again."

                               - Unknown


_______________________________________________
RLUG mailing list
[EMAIL PROTECTED]
http://www.rlug.org/mailman/listinfo/rlug

Reply via email to