Comment 21 for bug 1921658

Revision history for this message
Dan Streetman (ddstreet) wrote :

@seyeongkim, after reviewing this bug and looking at some of the data as well as maas and pexpect code, it seems to me like this isn't related to readline, I think the problem is maas is using pexpect without disabling echo.

Can you try changing the VirshSSH() class constructor so that it passes echo=False to its superclass constructor, and see if that helps?