[
https://issues.apache.org/jira/browse/SSHD-801?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16349947#comment-16349947
]
ASF GitHub Bot commented on SSHD-801:
-------------------------------------
GitHub user fcav1973 opened a pull request:
https://github.com/apache/mina-sshd/pull/45
[SSHD-801] SSHD port forwarding. Channel closed abruptly on remote
socket error
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/fcav1973/mina-sshd br-SSH-801
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/mina-sshd/pull/45.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #45
----
commit 46b1ee400fe08c95db09c5eef2c900e4538c4ffc
Author: cu0132 <fulvio.cavarretta@...>
Date: 2018-02-02T08:14:10Z
[SSHD-801] SSHD port forwarding. Channel closed abruptly on remote
socket error
----
> SSHD port forwarding. Channel closed abruptly on remote socket error
> --------------------------------------------------------------------
>
> Key: SSHD-801
> URL: https://issues.apache.org/jira/browse/SSHD-801
> Project: MINA SSHD
> Issue Type: Bug
> Reporter: Fulvio Cavarretta
> Priority: Major
> Attachments: sshd-tcp-server-channel.patch
>
>
> After creating a connection to a remote server using port forwarding, is the
> remote server close the socket suddenly, sshd perform a channel close wihtout
> sending a SSH_MSG_CHANNEL_CLOSE to the ssh client.
>
> Moreover (see SSHD-795) ifa failure is happening during write, the connection
> to ssh client is suddenly (and wrongly) closed.
>
> Attached a possible patch for the problem.
>
>
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)