SSH_MSG_CHANNEL_OPEN Channels not connected
Status: Alpha
Brought to you by:
ymnk
The ChannelX11.run method calls Session.write which throws an IOException(“channel is broken”) because the Channel.connected boolean is never set to true for channels established in response to SSH_MSG_CHANNEL_OPEN messages.