SSH.NET currently does not support executing a command (without shell) with an option to directly write to the stdin of the executed program. A writable stream is needed for that.
This is a critical feature when you need to pipe large amounts of data from SSH.NET to remote commands.