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