Chmod 400 à PowerShell

icacls .\private.key /inheritance:r
icacls .\private.key /grant:r "%username%":"(R)"
Dinith