The CreateShellStream(...)
overloads in SshClient allow for a buffer size to be specified, but that value is currently ignored and a 1024 byte buffer is always used instead.
Note that, for now, this buffer is only used in Write(Byte[] buffer, Int32 offset, Int32 count)
.