View Single Post

   
  #9 (permalink)  
Old 05-07-2008, 10:14 AM
houghi
 
Posts: n/a
Default Re: What is the correct procedure to config sshd service?

mike-yue wrote:
> I just solved the issue.
> The solutions is: modify /etc/sysconfig/SuSEfirewall2 as the /usr/

<snip>

So it was the firewall after all. I just open that during the
instalation or in YaST later on to allow ssh or anything else to pass.

houghi
--
>>>> Run the following from the bashprompt if you have the kernel sources

for I in `find /usr/src/linux/ -name *.c`; \
do A=`grep -i -A 1 -B 1 fuck $I`;if [ "$A" != "" ]; \
then printf "$I \n$A \n\n"; fi ;done|less
Reply With Quote