I've improved the ReadResopnse method in the SSHStream class which is currently commented out of the source code. When reading the SSH responses before you had to put in artificial waits before attempting to read if you weren't sure what the Prompt character would be. But now it will read until it hits a prompt character or until a predefined time limit expires. If data starts being received it will read until the data is no longer being received. This results in a good performance and prevents having to write a bunch of delaying code around this method's invocations.
Improved the SSHStream class ReadResponse method.
I updated the Mendoza SshStream method adding a new one accepting a custom port to connect to.