Gene Yoo wrote:
> Andrew Robinson wrote:
>> I'm trying to get ssh working on a Redhat 7.3 installation. Right
>> now it is refusing the connection. I've included what pertinent
>> information I know about. If I've left something out, please let me
>> know. When I installed Redhat, I chose the "medium" security option
>> and "custom" firewall rules, allowing incoming http and ssh. I think
>> this setup has worked for me on other installations. Thanks for any
>> help. 
>> 
>> Andrew Robinson
>> 
> 
> how bout /sbin/chkconfig --list | grep sshd or ps -el | grep
> sshd ?
> 

with the chkconfig command you don't have to grep it... just remove the |
sshd like:

  chkconfig --list sshd

and it will list the init.d config of each run level



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

Reply via email to