<div dir="ltr">Is it possible to launch bash as an erlang ssh shell?<div><br></div><div>I don't know exactly what problems may be with it, but I suppose</div><div>that it is not just a byte to byte copy, because there are some issues with opening pty.</div><div><br></div><div><br></div><div>I've implemented very, very simple piece of code:  <a href="https://gist.github.com/maxlapshin/db32ffdcc06a5fe21c40">https://gist.github.com/maxlapshin/db32ffdcc06a5fe21c40</a></div><div><br></div><div>It allows to connect and run bash, but when I press Ctrl+c on ssh client, it doesn't send ctrl+c to erlang ssh server, but just closes.</div><div><br></div><div>I suppose that it happens because erlang ssh server doesn't tell to forward control sequences.</div><div>Is it possible to fix it somehow?</div><div><br></div></div>