On Wed, Oct 15, 2003 at 03:13:02PM -0500, lrnobs wrote:
> This currently has Redhat 8.  Ssh is currently loaded.  I couldn't find
> where to stop ssh from loading at boot.  Could you point me in the right
> direction.

# chkconfig --list |grep 3:on
Now turn off those services you don't want:
# chkconfig sshd off
# service sshd stop

-- 
Ed Wilts, Mounds View, MN, USA
mailto:[EMAIL PROTECTED]
Member #1, Red Hat Community Ambassador Program


-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]
https://www.redhat.com/mailman/listinfo/redhat-list

Reply via email to