Maxim Zhiburt
Maxim Zhiburt
> For what it is worth, I didn't see the issue on my Ubuntu 22.04 test machine. I can spawn bash and then ssh. Or ssh directly, and in both...
> Interact won't finish until I stop the bash session that I spawned, Correct? > > Rust main > Spawn bash session (interact) > Spawn SSH session. ------------------------------------------------- ^ (I...
> On Linux. > This works fine. (I get ssh in, and I can see what I type) That's interesting. Could you try to run this snippet? (On my machine...
> Hey ran the snippet on my Ubutnu 22.04 vm, and it worked fine, no problem printing back. please let me know if you think it would help running it...
So I bet you're right; I believe it was fixed a few weeks ago, but not released yet. I'll release it after #62
try a new version `expectrl = 0.7`, I believe it must be addressed here.
Hi @flystary So it's likely releated to shell usage. (I am not sure what an exact cause of it is.) Do you spawn `bash`/`sh`? (can't see it on the screen).
If you do. Try to use before interact call. ```rust sh.send_line("stty echo").unwrap();` ``` ref: #48
 works for me
But could you type `stty echo` and will it work?