All of that I wrote is just a pseudo code. In the real system I must handle each connection in a separate thread. I will prepare a basic example (in C++ for convenience) and let you know.
/Tomek On Mon, Apr 16, 2012 at 5:22 PM, Andreas Schneider <[email protected]> wrote: > On Monday 16 April 2012 17:06:48 you wrote: >> The ssh_execute_message_callbacks is not documented and not used in >> any existing examples. I found it diving into the server.c >> implementation. I'm not sure if I'm using it as designed for. > > We know that serveral people are already using the server part. It isn't as > complete and tested as the client part. A lot of documentation if missing but > we would be glad to get patches for documentation and examples. > > If you want to implement a real server. I would implement a pre-forked model > for handling connections. > > Cheers, > > > -- andreas > > > > -- > Andreas Schneider GPG-ID: F33E3FC6 > www.cryptomilk.org [email protected] > >
