chiark / gitweb /
hacks/ssh: Redirect the master's output and error.
authorMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jul 2011 12:32:39 +0000 (13:32 +0100)
committerMark Wooding <mdw@distorted.org.uk>
Sat, 9 Jul 2011 13:24:43 +0000 (14:24 +0100)
commite41b452fce323a3f84907a48a7d2680dbbfe1475
tree6407eba3872aba13fa352d0e34eec87c8cb9429e
parent2d182b6d03ad15de69eb0279fe08da084c3eff34
hacks/ssh: Redirect the master's output and error.

Otherwise it inherits our streams, and something waiting from EOF from
us will become seriously disappointed.  It's not like the master has
anything especially interesting to say on stdout anyway.  The error
stream is captured into a logfile for later perusal.

Just stdout wasn't enough.
hacks/ssh