-
Notifications
You must be signed in to change notification settings - Fork 797
Closed
Description
Running this command
ssh <hostname> "echo -------------20--------30--------40--------50--------60--------70--------80--------90-------100-------110-------120-------130-------140-------150-------160-------170-------180-------190-------200-------210-------220-------230-------240-------2"
works as expected.
Running
ssh <hostname> "echo -------------20--------30--------40--------50--------60--------70--------80--------90-------100-------110-------120-------130-------140-------150-------160-------170-------180-------190-------200-------210-------220-------230-------240-------25"
produces no output.
The host is a Windows 7 machine running Win32-OpenSSH v0.0.7.0.
The client is an Ubuntu 14.04 machine.
ssh -V
OpenSSH_6.6.1p1 Ubuntu-2ubuntu2.8, OpenSSL 1.0.1f 6 Jan 2014
I've also reproduced it from other clients.