[Bug 1478] ssh -V sends output to stderr instead of stdout

bugzilla-daemon at bugzilla.mindrot.org bugzilla-daemon at bugzilla.mindrot.org
Sat Jul 26 14:58:12 EST 2008


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





--- Comment #3 from Lars Noodén <lars at umich.edu>  2008-07-26 14:58:09 ---
Still seems to be present in v 5.1:

$ ssh -V > x;echo ---;cat x;wc -l x
OpenSSH_5.1, OpenSSL 0.9.7j 04 May 2006
---
       0 x
$ ssh -V >x 2>&1  ;echo ---;cat x;wc -l x
---
OpenSSH_5.1, OpenSSL 0.9.7j 04 May 2006
       1 x
$

-- 
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.


More information about the openssh-bugs mailing list