From a44ecd52ff2bf3f133057ea5b13dbc37247e8ac9 Mon Sep 17 00:00:00 2001 From: Manoj Ampalam Date: Thu, 25 May 2017 11:42:46 -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 8be9a25..5197870 100644 --- a/Security-protection-of-various-files-in-Win32-OpenSSH.md +++ b/Security-protection-of-various-files-in-Win32-OpenSSH.md @@ -48,7 +48,7 @@ ssh_host_dsa_key NT SERVICE\sshd:(F) otheruser1:(IR) otheruser2:(R) ``` -Steps to fix these permissions - disable inheritance and remove access to otheruser* +Steps to fix these permissions - disable inheritance, remove access to otheruser*, and fix access to sshd ``` PS C:\>icacls .\users\thisuser\.ssh\authorized_keys /inheritance:d PS C:\>icacls .\users\thisuser\.ssh\authorized_keys /remove otheruser1