You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have a need to get both the input and output stream (and may be stderr stream) after requesting a SSH exec session. But by browsing the SSH.NET API documentation, I found there are only output streams OutputStream and ExtendedOutputStream available for class SshCommand.