With recent changes, PTY sessions are no longer working. The issue is due to TTY code in ssh.exe assuming that stdin and stdout are console handles. The reality could be different since these handles always are dup'ed or closed for other reasons. Fix involves extracting console handles via CreateFile(CONIN\CONOUT). |
||
---|---|---|
.. | ||
openssh | ||
win32compat |