mirror of
https://github.com/PowerShell/Win32-OpenSSH.git
synced 2025-07-22 05:24:43 +02:00
Changed the code to bring back assertion popups for everyone, but turn off assertions around the _get_osfhandle() call in allocate_sfd(). The original port code was designed knowing that some of the passed parameters would be invalid, but was expecting that the call would just fail instead of generating an assert dialog. Turning off Asserts around this call results in behavior similar to mingw. Also, turn off Incremental Linking for ssh.exe since half the time, the linker would trap on this project.
OpenSSH
Win32 port of OpenSSH
Look at the wiki for help First release announcement is here: OpenSSH for Windows Update - Windows PowerShell Blog - Site Home - MSDN Blogs http://blogs.msdn.com/b/powershell/archive/2015/10/19/openssh-for-windows-update.aspx
Languages
Markdown
100%