#806938 openssh-client: after Ctrl-D, "packet_write_wait: Connection to UNKNOWN: Broken pipe" message

Package:
openssh-client
Source:
openssh
Description:
secure shell (SSH) client, for secure access to remote machines
Submitter:
Vincent Lefevre
Date:
2015-12-03 08:39:03 UTC
Severity:
minor
#806938#5
Date:
2015-12-03 08:09:10 UTC
From:
To:
For some remote hosts, I get the following message after typing Ctrl-D
to end the session:

packet_write_wait: Connection to UNKNOWN: Broken pipe

For these hosts, I use the following ProxyCommand:

  ProxyCommand ssh -W %h:%p ens

but I don't know whether this is what triggers the bug.

No such problem with openssh 6.*.

#806938#10
Date:
2015-12-03 08:36:07 UTC
From:
To:
Control: found -1 1:6.9p1-2

I also get this error from another machine with openssh-client 1:6.9p1-2,
but randomly. When typing Ctrl-D, I either get:

Connection to ypig.lip.ens-lyon.fr closed by remote host.
Connection to ypig.lip.ens-lyon.fr closed.

or

packet_write_wait: Connection to UNKNOWN: Broken pipe

But this error seems quite recent.