SshCommand doesn't currently implement any way to write a long binary stream into stdin of the executed process.
SshCommand would need an InputStream property that would provide a writable stream which would also send the EOF packet when closed by the writer.