Using the code at http://www.jcraft.com/jsch/examples/StreamForwarding.java.html, I have tried to create code that uses JSch to connect to an SSH server, then use it to connect
How about reading data from 'in' stream before executing 'channel.disconnect()'?