| Summary: | Windows/win32/mingw support | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Portable OpenSSH | Reporter: | Pierre Ossman <ossman> | ||||
| Component: | Miscellaneous | Assignee: | Assigned to nobody <unassigned-bugs> | ||||
| Status: | CLOSED WORKSFORME | ||||||
| Severity: | enhancement | CC: | aeneby, djm | ||||
| Priority: | P5 | ||||||
| Version: | -current | ||||||
| Hardware: | Other | ||||||
| OS: | Linux | ||||||
| Attachments: |
|
||||||
Microsoft now supports OpenSSH on Windows, so IMO this is obsolete closing resolved bugs as of 8.6p1 release |
Created attachment 2268 [details] win32.patch Attached patch makes it possible to build the ssh client for Windows. It is not a full port in that sshd is still not possible to build. But given the nature of Windows, the client is the most interesting piece. The patch is to a large extent #ifdef:s around headers that do not exist on Windows. The second large part is compatibility routines for stuff that is missing (like a sane select()). Diff is against CVS as of today (2013-05-15).