From d06055dae90d9475c80bf6f9d1682b85ac76cab2 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Fri, 1 Sep 2017 10:41:57 -0700 Subject: [PATCH] Updated Various Considerations (markdown) --- Various-Considerations.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Various-Considerations.md b/Various-Considerations.md index 6965415..4e188a3 100644 --- a/Various-Considerations.md +++ b/Various-Considerations.md @@ -1,3 +1,4 @@ -Following security issues/limitations need to be considered while evaluating Win32 OpenSSH +Following issues/limitations need to be considered while evaluating Win32 OpenSSH - Global [ssh_config](https://github.com/PowerShell/Win32-OpenSSH/issues/847) and [known_hosts](https://github.com/PowerShell/Win32-OpenSSH/issues/466) are not honored. - [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)