https://bugzilla.mindrot.org/show_bug.cgi?id=3047
Damien Miller <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #3 from Damien Miller <[email protected]> --- 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@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. _______________________________________________ openssh-bugs mailing list [email protected] https://lists.mindrot.org/mailman/listinfo/openssh-bugs
