OpenSSH 6.4, "ssh-add -l", output to non-tty

Phil Pennock phil.pennock at globnix.org
Thu Apr 17 19:06:19 EST 2014


On 2014-04-17 at 03:15 -0400, Phil Pennock wrote:
> However, in this scenario, "ssh-add -l" will only produce output to
> stdout if stdout is a tty.

Brain engaged.

stdio buffering, not in line-buffering mode, not flushed before
`fatal()` call.

Obvious in retrospect.  Bug?

-Phil


More information about the openssh-unix-dev mailing list