Skip to content

Instantly share code, notes, and snippets.

@taking
Last active June 18, 2022 14:17
Show Gist options
  • Save taking/6441ddef14a77210373a95874d293bfb to your computer and use it in GitHub Desktop.
Save taking/6441ddef14a77210373a95874d293bfb to your computer and use it in GitHub Desktop.

윈도우에서 ssh pem 키 권한 문제 발생 시

icacls.exe key.pem /reset
icacls.exe key.pem /grant:r %username%:(R)
icacls.exe key.pem /inheritance:r
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment