19.04 beta openssh-client broken pipe
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
openssh (Debian) |
Fix Released
|
Unknown
|
|||
openssh (Ubuntu) |
Fix Released
|
Critical
|
Colin Watson | ||
Disco |
Fix Released
|
Critical
|
Colin Watson |
Bug Description
New versions of openssh (as in Ubuntu 19.04) are reported to trigger a connection issue:
packet_
In most of the cases this seems to affect VMWare based environments as there is a bug in their implementation in regard to the traffic shaping protocols.
Until resolved by VMWare the workarounds for now are:
Configure your client to use the old defaults permanently in
=> /etc/ssh/ssh_config
Host *
IPQoS lowdelay throughput
# You might want to limit to your VMware based systems
Or per command via:
$ ssh IPQoS="latency throughput" user@host
Two values as one is for interactive and one for non-interactive use cases.
---- original report ----
Upgrade to Xubuntu 19.04 beta from 18.10
openssh-client
when trying to ssh into another system, following error:
packet_write_wait: Connection to x.x.x.x port 22: Broken pipe
Problem is consistent on trying to connect to various systems.
Can confirm was able to ssh prior to upgrade and can ssh into these systems from other systems.
Can use putty on this system to ssh into these boxes as well.
ProblemType: Bug
DistroRelease: Ubuntu 19.04
Package: openssh-client 1:7.9p1-9
ProcVersionSign
Uname: Linux 5.0.0-8-generic x86_64
ApportVersion: 2.20.10-0ubuntu23
Architecture: amd64
CurrentDesktop: XFCE
Date: Fri Mar 29 13:36:38 2019
InstallationDate: Installed on 2018-11-14 (135 days ago)
InstallationMedia: Xubuntu 18.10 "Cosmic Cuttlefish" - Release amd64 (20181017.2)
ProcEnviron:
LANGUAGE=en_US
PATH=(custom, no user)
XDG_RUNTIME_
LANG=en_US.UTF-8
SHELL=/bin/bash
RelatedPackageV
ssh-askpass N/A
libpam-ssh N/A
keychain N/A
ssh-askpass-gnome N/A
SSHClientVersion: OpenSSH_7.9p1 Ubuntu-9, OpenSSL 1.1.1b 26 Feb 2019
SourcePackage: openssh
UpgradeStatus: Upgraded to disco on 2019-03-29 (0 days ago)
Related branches
- Andreas Hasenack (community): Needs Information
- Canonical Server packageset reviewers: Pending requested
- Canonical Server: Pending requested
-
Diff: 143 lines (+121/-0)3 files modifieddebian/changelog (+8/-0)
debian/patches/lp-1822370-revert-IPQos-defaults.patch (+112/-0)
debian/patches/series (+1/-0)
Changed in openssh (Debian): | |
status: | Unknown → New |
Changed in openssh (Debian): | |
status: | New → Fix Released |
Hello,
Are there any messages in dmesg that look related? Can you ping those hosts? Do you get ssh banners if you run:
echo "" | nc x.x.x.x 22
?
Thanks