3

I was wondering if libssh supports multi-threaded applications. In my C++ code, I create a SSH session which will be shared among multiple threads. Each thread requests a shell, run a command and calls ssh_channel_read_timeout in a while loop to receive all output messages. Is this scenario supported by libssh?

I found this doc, but I was wondering if the documentation is up to date.

ManiAm
  • 1,759
  • 5
  • 24
  • 43
  • https://www.libssh.org/communication/ - why are you asking this question here, instead of the libssh@libssh.org's mailing list? – Sam Varshavchik Apr 27 '16 at 23:25
  • 2
    More than 100 questions are tagged with libssh in SO and I thought that SO would be a suitable place. Moreover, developers usually monitor the relevant tags in SO and answer them. I will also post this in the libssh mailing list later. Thanks! – ManiAm Apr 27 '16 at 23:28

0 Answers0