From 74449a36aff3aad8041490ff86f39147f21ba35d Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Sun, 14 May 2017 23:41:35 -0700 Subject: [PATCH] Updated Security protection of various files in Win32 OpenSSH (markdown) --- Security-protection-of-various-files-in-Win32-OpenSSH.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Security-protection-of-various-files-in-Win32-OpenSSH.md b/Security-protection-of-various-files-in-Win32-OpenSSH.md index df16645..19d611b 100644 --- a/Security-protection-of-various-files-in-Win32-OpenSSH.md +++ b/Security-protection-of-various-files-in-Win32-OpenSSH.md @@ -3,7 +3,7 @@ Starting with the release of [v0.0.13.0][build13], Win32-OpenSSH ensures any configuration and key files are secure before they are loaded. Specifically, following permission checks are enforced: -- User specific resources on client side - private keys and ssh_config ((%userprofile%\.ssh\config) +- User specific resources on client side - private keys and ssh_config (%userprofile%\\.ssh\config) - Should be owned by the user - Should not be accessible to other users. - Ex. ssh would fail to use the following private key for userA, since "someotheruser" also has access.