Re: SSH server: Problem with polling of pipes created for reading stdout/stderr of child process using libssh API

2017-08-01 Thread Andreas Schneider
On Sunday, 30 July 2017 16:18:54 CEST Nicolas Lykke Iversen wrote: > Dear libssh community, > > After two days of debugging, I turn to your advice for solving this issue. > > The code for my SSH server, which is based on ssh_server_fork.c in the > examples directory: > >

SSH server: Problem with polling of pipes created for reading stdout/stderr of child process using libssh API

2017-07-30 Thread Nicolas Lykke Iversen
Dear libssh community, After two days of debugging, I turn to your advice for solving this issue. The code for my SSH server, which is based on ssh_server_fork.c in the examples directory: https://pastebin.com/i5QLf1Gn If the client requests either shell through a pty or execution of a command