[Bug 3047] while do the sftp from openssh 6.6.1 to openssh 7.4 "Received message too long " error appear

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Tue Jul 30 21:20:35 AEST 2019


https://bugzilla.mindrot.org/show_bug.cgi?id=3047

Damien Miller <djm at mindrot.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |djm at mindrot.org

--- Comment #3 from Damien Miller <djm at mindrot.org> ---
These problems are usually caused by shell initialisation scripts (e.g.
.bashrc) that produce output for non-interactive shells. You can test
this using:

ssh [options] user at host true 2>/dev/null

If this produces any output then that is your problem.

-- 
You are receiving this mail because:
You are watching someone on the CC list of the bug.
You are watching the assignee of the bug.


More information about the openssh-bugs mailing list