Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upGitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign up
the FixUserFilePermissions.ps1 script that ensures adequate permissions are set on a user's private keys omits two well known key types. This short easy change will ensure that privates keys for these two newer algorightms (ecdsa and ed25519) are also checked and adjusted accordingly.
There is also a minor alias expansion -- I figured I would do that while I was on that line.