Re: [sshd] Output for errOut goes to stdOut

2010-03-02 Thread Bernd Fondermann
I resolved the issue in JIRA. Thanks Guillaume for looking into this. At least, the behavior is now documented. Bernd On Sun, Feb 21, 2010 at 12:20, Bernd Fondermann bernd.fonderm...@googlemail.com wrote: Opened SSHD-76 with more info. Thanks,  Bernd On Fri, Feb 19, 2010 at 18:05,

Re: [sshd] Output for errOut goes to stdOut

2010-02-21 Thread Bernd Fondermann
Opened SSHD-76 with more info. Thanks, Bernd On Fri, Feb 19, 2010 at 18:05, Guillaume Nodet gno...@gmail.com wrote: I'm not aware of any problem like that. Are you connecting to a native ssh server or the one from SSHD ? Also could you try to set the log level to DEBUG on the client side

[sshd] Output for errOut goes to stdOut

2010-02-19 Thread Bernd Fondermann
Hi, I'm connecting to a remote machine using org.apache.sshd.ClientSession.createChannel(shell); I'm setting channel.setOut(outputListener); channel.setErr(errorListener); to two distinct sinks. Now, when I invoke an unexisting command on the other machine directly, like this: pommes

Re: [sshd] Output for errOut goes to stdOut

2010-02-19 Thread Guillaume Nodet
I'm not aware of any problem like that. Are you connecting to a native ssh server or the one from SSHD ? Also could you try to set the log level to DEBUG on the client side and see if you see a SSH_MSG_CHANNEL_FAILURE somehow ? Maybe you could set up a small test case I could try and debug ? On