Updated OpenSSH utility scripts to fix file permissions (markdown)

Yanbing 2017-06-02 19:03:34 -07:00
parent f5c4837c96
commit 6a67036b5a

@ -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