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
When both SSH.NET and a SSH server simultaneously close a channel, then we may end up sending a SSH_MSG_CHANNEL_EOF after we've sent SSH_MSG_CHANNEL_CLOSE.
This causes the SSH server to disconnect the session.