View Single Post

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

On 5月6日, 下午11时59分, houghi <hou...@houghi.org.invalid> wrote:
> 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


Two laptops connect to one netgear router wirelessly.
I just checked the router settings, but don't see any special setting
there.
All services are permitted, no site is blocked. No port forwarding
settings.


Reply With Quote