@Override public void notifyError(SSHException error) { err.notifyError(error); super.notifyError(error); }
@Override protected void eofInputStreams() { err.eof(); // also close the stderr stream super.eofInputStreams(); }