Skip to content

Instantly share code, notes, and snippets.

@x86txt
Created December 11, 2022 23:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save x86txt/30a00846f06501b2ce31a51e499becbc to your computer and use it in GitHub Desktop.
Save x86txt/30a00846f06501b2ce31a51e499becbc to your computer and use it in GitHub Desktop.
Fix Windows SSH Keys Permissions form Terminal
icacls %USERPROFILE%\*.* /inheritance:r
icacls %USERPROFILE%\*.* /grant:r "%username%":"(R)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment