From 6a67036b5a431af64e337d3564781399d3ac60aa Mon Sep 17 00:00:00 2001 From: Yanbing Date: Fri, 2 Jun 2017 19:03:34 -0700 Subject: [PATCH] Updated OpenSSH utility scripts to fix file permissions (markdown) --- OpenSSH-utility-scripts-to-fix-file-permissions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSSH-utility-scripts-to-fix-file-permissions.md b/OpenSSH-utility-scripts-to-fix-file-permissions.md index 6b58f9c..fbfc464 100644 --- a/OpenSSH-utility-scripts-to-fix-file-permissions.md +++ b/OpenSSH-utility-scripts-to-fix-file-permissions.md @@ -1,5 +1,5 @@ -Powershell utility scripts are included starting release [V0.0.15.0](https://github.com/PowerShell/Win32-OpenSSH/releases/tag/v0.0.15.0) to help you fix the file permissions. - - `FixHostFilePermissions.ps1`: check and fix the file permission for default config files on host: +Powershell utility scripts are included starting release [V0.0.15.0](https://github.com/PowerShell/Win32-OpenSSH/releases/tag/v0.0.15.0) to help you fix the permissions on various keys and configuration files. + - `FixHostFilePermissions.ps1`: check and fix the permission on default host files: - user's authorized_keys located at ```$env:systemdrive\Users\...\.ssh\authorized_keys``` - host keys generated by `ssh-keygen.exe -A` in the same folder of the script - sshd_config in the same folder of the script