Hi, Are there any plans to support async interface for the sshd package?
Enable single/multi threaded implementation based on nio, in which selector is left within the program main? The library can return a set of events to wait for including timeout, so that main program can wait for these among other events it requires. The interaction between channel and program can be based on selectable channel as well, so that program may send/receive data via ssh protocol being completely async. Regards, Alon Bar-Lev
