OpenSSH server stops returning data from a server module
    Norbert Sendetzky 
    norbert at linuxnetworks.de
       
    Mon Apr 29 01:36:47 EST 2002
    
    
  
Hi all
I believe I've finally found the problem, why the OpenSSH Server 
stopped forwarding of the replies from the server module!
> > After the connection between the ssh client and the server is
> > established, the user is authenticated and the server module is
> > loaded, the application starts sending messages to the server
> > module. The server module then responds to the former request.
> > After around 1K of data returned by the server module, the
> > OpenSSH server stops forwarding the data returned by the server
> > module, so the failure is deterministic.
The problem seems to be that the server module writes a lot of debug 
messages to stderr and the server can handle only a certain amount. 
After I changed the location where the messages are written to from 
stderr to a file descriptor pointing to a real file, everything is 
fine. Can someone please verify my observation?
Norbert
    
    
More information about the openssh-unix-dev
mailing list