openssh-portable/contrib/win32
Manoj Ampalam 5faac25142
Fixes to PTY session regressions
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).
2018-11-07 12:30:57 -08:00
..
openssh Fix of 1211 and 1082 (#349) 2018-11-05 12:22:20 -08:00
win32compat Fixes to PTY session regressions 2018-11-07 12:30:57 -08:00