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
ssh-shellhost (with pty session), reads a binary stream from ssh client.
As of now ssh-shellhost reads utf8 stream and tries to convert to utf16. If the conversion fails then we exit the ssh-shellhost.
The ideal way is to wait for more data and then continue the processing.