Re: "PTY allocation request failed on channel 0"

2020-11-30 Thread Andreas Schneider
On Tuesday, 17 November 2020 01:39:00 CET Ogogon !!! wrote: > Colleagues, please tell me the answer to my question. > > *When I connecting to a test sshd-like programm, written using libssh, > the client side gets the message "PTY allocation request failed on > channel 0". Why is this happening?

Re: A clear example of a server on pthreads.

2020-11-30 Thread Andreas Schneider
On Sunday, 22 November 2020 03:41:11 CET Ogogon !!! wrote: > Colleagues, please tell me where you can find a simple example of a > server, which use a posix threads. For security reasons we recommend to implement a pre-forked server! Andreas