Updated Win32 OpenSSH RoadMap (markdown)

manojampalam 2016-09-08 11:36:25 -07:00
parent beea7fcfcf
commit 989dbaf793

@ -5,7 +5,7 @@ The current implementation of the POSIX IO wrapper ("select" and "fd" IO) for Wi
#### Security (April, May) - Status - done
Our current implementation requires the SSH daemon to run as Local System with high privileges. We are working on moving to a more secure model that runs the daemon with the least privileges required (and most likely as Network Service). We will also address other Windows relevant security aspects including key-based authentication and secure credential/passphrase management.
#### Code Prep - Status - In progress
The goal of this port is to ultimately converge in OpenSSH's main repo. Over the next couple of months, we will progressively seek feedback from the the OpenSSH community, prepare and refactor code as needed, with a plan to integrate into the main repo around Oct 2016.
The goal of this port is to ultimately converge in OpenSSH's main repo. Over the next couple of months, we will progressively seek feedback from the the OpenSSH community, prepare and refactor code as needed, with a plan to integrate into the main repo by end of 2016.
#### Rough timeline on when the key tasks would be accomplished:
@ -14,12 +14,12 @@ The goal of this port is to ultimately converge in OpenSSH's main repo. Over the
| --- |--- | --- |
| 3/31/2016 | Reliability Enhancements | |
| 5/15/2016 | Security Enhancements | |
| 8/30/2016 | Code Prep for integration | |
| 9/30/2016 | Integration in main repo | |
| 10/15/2016 | Code Prep for integration | |
| 10/30/2016 | Integration in main repo | |
The intention is to be close in feature parity with OpenSSH by 9/15, following OpenSSH features will however will NOT be ready by this deadline:
The intention is to be close in feature parity with OpenSSH by end of this year, following OpenSSH features will however will NOT be ready by this deadline:
- VerifyHostKeyDNS
- Client ControlMaster
- Background ssh execution mode