View Single Post

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

mike-yue wrote:
> "telnet 127.0.0.1 22 "works fine.
> Are there any other settings?


Not that I ever needed to set. Does it work from there to another
machine in another network or from somewhwere else to there?

The only other thing I can think of is there might be routing issues.

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