Goldstein Lyor created SSHD-692:
-----------------------------------
Summary: Send SSH_MSG_CHANNEL_EOF on closing ChannelExec
Key: SSHD-692
URL: https://issues.apache.org/jira/browse/SSHD-692
Project: MINA SSHD
Issue Type: Bug
Affects Versions: 1.2.0
Reporter: Goldstein Lyor
Assignee: Goldstein Lyor
Fix For: 1.3.0
The {{ChannelExec}} does not send an EOF indication priory to its closure (like
shell does) and some servers misbehave when it is missing and a lot of commands
are send repeatedly over the same session. According to [RFC 4254 - section
5.2|https://tools.ietf.org/html/rfc4254#section-5.3]:
{quote}
When a party will no longer send more data to a channel, it SHOULD send
SSH_MSG_CHANNEL_EOF
{quote}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)