From 7a1652e5b57a82ad4a8afece77ab2d58dfea9ed5 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 19 Jan 2018 19:29:27 -0800 Subject: [PATCH] Updated Various Considerations (markdown) --- Various-Considerations.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Various-Considerations.md b/Various-Considerations.md index ba11239..f0d1e63 100644 --- a/Various-Considerations.md +++ b/Various-Considerations.md @@ -1,3 +1,8 @@ Following issues/limitations need to be considered while evaluating Win32 OpenSSH - [Elevation of Privilege over loopback](https://github.com/PowerShell/Win32-OpenSSH/issues/680) on misconfigured machines. - Text resources (config and key files) need to be either ASCII or UTF-8 (UTF-16 variants are not supported) +- On Windows 10, if you've [enabled Developer Mode](https://docs.microsoft.com/en-us/windows/uwp/get-started/enable-your-device-for-development), you probably have another implementation of SSH installed on your machine. +To figure out if this is the case, look for TCP port bindings on port 22 and these services: “SSH Server Broker” and “SSH Server Proxy” + * `netstat -anop TCP` + * If you do see 22 occupied, [#610](https://github.com/PowerShell/Win32-OpenSSH/issues/610) has workarounds to deal with port conflict. +