You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@mina.apache.org by "Alon Bar-Lev (JIRA)" <ji...@apache.org> on 2013/11/20 11:04:35 UTC

[jira] [Commented] (SSHD-258) [regression] binary input to exec channel is broken in 0.9.0 worked up to 0.8.0

    [ https://issues.apache.org/jira/browse/SSHD-258?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13827502#comment-13827502 ] 

Alon Bar-Lev commented on SSHD-258:
-----------------------------------

Anyone?

> [regression] binary input to exec channel is broken in 0.9.0 worked up to 0.8.0
> -------------------------------------------------------------------------------
>
>                 Key: SSHD-258
>                 URL: https://issues.apache.org/jira/browse/SSHD-258
>             Project: MINA SSHD
>          Issue Type: Bug
>    Affects Versions: 0.9.0
>         Environment: attached test case, server is openssh
> openssh-server-6.2p2-5.fc19.x86_64
>            Reporter: Alon Bar-Lev
>            Priority: Critical
>              Labels: regression
>             Fix For: 0.8.0
>
>         Attachments: SSHTest.java
>
>
> 0.9.0 output:
> ---
> Oct 21, 2013 1:27:10 AM org.apache.sshd.client.channel.AbstractClientChannel internalOpen
> INFO: Send SSH_MSG_CHANNEL_OPEN on channel 101
> Oct 21, 2013 1:27:10 AM org.apache.sshd.client.channel.ChannelExec doOpen
> INFO: Send SSH_MSG_CHANNEL_REQUEST exec
> Oct 21, 2013 1:27:11 AM org.apache.sshd.client.session.ClientSessionImpl doHandleMessage
> INFO: Received SSH_MSG_DISCONNECT (reason=2, msg=Packet corrupt)
> Oct 21, 2013 1:27:11 AM org.apache.sshd.common.session.AbstractSession$1IoSessionCloser operationComplete
> INFO: Session root@/10.35.0.72:22 closed
> ---
> Notice the "Packet corrupt"
> 0.8.0 output:
> ---
> Oct 21, 2013 1:26:16 AM org.apache.sshd.client.channel.AbstractClientChannel internalOpen
> INFO: Send SSH_MSG_CHANNEL_OPEN on channel 0
> Oct 21, 2013 1:26:16 AM org.apache.sshd.client.channel.ChannelExec doOpen
> INFO: Send SSH_MSG_CHANNEL_REQUEST exec
> Oct 21, 2013 1:26:27 AM org.apache.sshd.client.channel.AbstractClientChannel handleRequest
> INFO: Received SSH_MSG_CHANNEL_REQUEST on channel 0
> Oct 21, 2013 1:26:27 AM org.apache.sshd.common.session.AbstractSession$1IoSessionCloser operationComplete
> INFO: Session root@/10.35.0.72:22 closed
> ---



--
This message was sent by Atlassian JIRA
(v6.1#6144)