21region wrote:
We have solved our local problem (as far as I understand, it is not a general solution) by adding into source code overloaded version of RunCommand(, Action<> InteractiveResponse). We have found that, when an interactive program asks for input (even if the prompt is empty) SshCommand's method Channel_DataReceived() gets fired. When this happens, we immediately ::SendData(...). These data are then pushed by sshd into remote program's stdin. It seems that these follow up messages do not violate any RFC.Hi, any chance you can include a code sample?