From 5d157e2f140cbaccca53453828527de664bbf7da Mon Sep 17 00:00:00 2001 From: Yanbing Date: Fri, 2 Jun 2017 20:13:34 -0700 Subject: [PATCH] Updated OpenSSH utility scripts to fix file permissions (markdown) --- OpenSSH-utility-scripts-to-fix-file-permissions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSSH-utility-scripts-to-fix-file-permissions.md b/OpenSSH-utility-scripts-to-fix-file-permissions.md index 8566b81..8427db0 100644 --- a/OpenSSH-utility-scripts-to-fix-file-permissions.md +++ b/OpenSSH-utility-scripts-to-fix-file-permissions.md @@ -29,7 +29,7 @@ It checks and fixes the below file permissions on user's default files: It checks and fixes permissions on customer specified files. - Function `Fix-HostSSHDConfigPermissions` fixes permission on sshd_config file specified by user - Function `Fix-HostKeyPermissions` fixes permission for host keys specified by user; **Note that to keep the host private keys secure, it is recommended to register them with ssh-agent following -steps in [link](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH)**, but this function makes sure 'NT Service\sshd' has Read permission to the host keys for now in case they are not registered yet. +steps in [link](https://github.com/PowerShell/Win32-OpenSSH/wiki/Install-Win32-OpenSSH)**, but this function suggest to grant 'NT Service\sshd' Read permission to the host keys. Choose no if you already they are registered already. - Function `Fix-UserKeyPermissions` fixes the permissions on user's key files specified by user - Function `Fix-AuthorizedKeyPermissions` fixes permissions on the authorized_keys file specified by user - Function `Fix-UserSSHConfigPermissions` fixes permissions on user's ssh config specified by user