go-ssh-web-client
go-ssh-web-client copied to clipboard
Certain control sequences closes shell
It seems to be assuming that all output is valid UTF-8.
bridgeWSAndSSH: wsRead: conn.NextReader: websocket: close 1002 (protocol error): Invalid UTF-8 in text frame
For instance the warning window when updating system services with apt, uses a curses interface with certain control characters.
I think the output/error streams are supposed to be binary ?