From 47d7c6f71b64ba46d904dd22283442b344ac50b5 Mon Sep 17 00:00:00 2001 From: Yanbing Date: Sat, 3 Jun 2017 13:38:47 -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 fdf2c89..aebd594 100644 --- a/Security-protection-of-various-files-in-Win32-OpenSSH.md +++ b/Security-protection-of-various-files-in-Win32-OpenSSH.md @@ -64,7 +64,7 @@ PS C:\>icacls .\users\thisuser\.ssh\authorized_keys /grant `"NT SERVICE\sshd`":` ``` ## Client side resources ### User private key files -User's private keys are user's credentials. To prevent unauthorized access to these files, private keys need to be owned by the user and no other user should have access to host key files. +User's private keys are user's credentials. To prevent unauthorized access to these files, private keys need to be owned by the user and no other user should have access to user's key files. ### ssh_config User level default ssh_config is located in user's profile (~/.ssh/config). This has similar restrictions as the user's private keys described above.