Hello, One thing I forgot to mention .... The terminal emulator needs an InputStream and an OutputStream. I use ChannelShell.getOut() to obtain the OutputStream. I use ChannelShell.getInvertedOut() to obtain the InputStream, because ChannelShell.getIn() initially returns null and I did not check again later. Is that the right way to do it? Should I call getIn() later to obtain an InputStream? What is "inverted out" for? Thanks,Nick
- How to configure ChannelShell correctly? (Part 2) Nick Lee
