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

Darren Tucker <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #2 from Darren Tucker <[email protected]> 2012-03-09 10:15:34 EST 
---
Are you sure it's not the remote command that's causing the buffering? 
sshd will send output to the network as soon as it's available,
although it may get buffered in the TCP stack.

this:
$ ssh localhost "tty; while sleep 1; do date; done"

gives me "not a tty" and output at approximately 1 second intervals.

-- 
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
_______________________________________________
openssh-bugs mailing list
[email protected]
https://lists.mindrot.org/mailman/listinfo/openssh-bugs

Reply via email to