Displaying 1 result from an estimated 1 matches for "h7l4sg".
2015 Sep 29
1
[Bug 2476] New: ssh fails to report IO errors on stdin/stdout/stderr
...n/stdout/stderr
Product: Portable OpenSSH
Version: 6.0p1
Hardware: Other
OS: Linux
Status: NEW
Severity: normal
Priority: P5
Component: ssh
Assignee: unassigned-bugs at mindrot.org
Reporter: h7l4sg at fyvzl.net
Consider, for example:
ssh localhost date >/dev/full
When ssh attempts to write the output of date (which came via the ssh
connection from the server end's invocation of date), it gets ENOSPC.
However, no message is printed to stderr, and the whole invocation
exits with sta...