Logged In: NO

Hi,
I figured out what the problem was... only input sent to the terminal server
that ends with CR (ascii 13) was accepted... and the lines that were being sent
were ending with LF (ascii 10). By hacking ChannelSession.java to replace the
10 with a 13, it works. If you have a better suggestion on how to use 13
instead of 10, I would like to know.
Thanks,
Davison