From 0b1c6fd2a2fa28a9c2640b50040d4d0d14193489 Mon Sep 17 00:00:00 2001 From: manojampalam Date: Sun, 11 Sep 2016 00:02:44 -0700 Subject: [PATCH] Created Project Scope (markdown) --- Project-Scope.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 Project-Scope.md diff --git a/Project-Scope.md b/Project-Scope.md new file mode 100644 index 0000000..f5f230a --- /dev/null +++ b/Project-Scope.md @@ -0,0 +1,19 @@ +Intent of this project is to get to a state that can converge to and integrate into OpenSSH's main repo. To simplify this integration, following features have been scoped out and will not work on Windows yet: +- VerifyHostKeyDNS +- Client ControlMaster +- Background ssh execution mode +- VPN forwarding +- PKCS based smart cards +- GSSAPI based authentication +- Host based authentication +- Authentication forwarding +- Compression +(Windows specific feature/work items) +- MINGW build support +- Use MS CNG (instead of OpenSSL) +- Key management using MS CNG +- Xterm, VT220 terminal modes +- ETW Logging (syslog alternative in Windows) + +If you are looking for a specific feature not in above list and not in [here](https://github.com/PowerShell/Win32-OpenSSH/labels/feature%20request), feel free to add it [issue list](https://github.com/PowerShell/Win32-OpenSSH/issues). +