[Bug 3632] ssh should suppress output in stout and stdout when calling third party binaries
bugzilla-daemon at mindrot.org
bugzilla-daemon at mindrot.org
Wed Nov 8 09:48:38 AEDT 2023
https://bugzilla.mindrot.org/show_bug.cgi?id=3632
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Resolution|--- |WONTFIX
CC| |djm at mindrot.org
Status|NEW |RESOLVED
--- Comment #1 from Damien Miller <djm at mindrot.org> ---
There's no need for ssh to do this because it's trivial for the user to
do this in the ProxyCommand itself, e.g.
ProxyCommand "somecommand 2>/dev/null"
Moreover, having ssh unilaterally discard stderr is not desirable as
the user may want diagnostics from ProxyCommand.
--
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