Update README.MD

This commit is contained in:
ckh08045 2024-04-04 12:50:49 +09:00
parent a871481a5c
commit 4a92290ad1
1 changed files with 4 additions and 4 deletions

View File

@ -17,11 +17,11 @@ ssh-keygen -t rsa -b 4096 -C "R5600U_PC@gmail.com"
# SSH 키 권한 변경
```
icacls.exe $HOME/.ssh/.ssh/id_rsa.pub /reset
icacls.exe $HOME/.ssh/.ssh/id_rsa.pub /grant:r "$($env:USERNAME):(R)"
icacls.exe $HOME/.ssh/.ssh/id_rsa.pub /inheritance:r
icacls.exe $HOME/.ssh/id_rsa.pub /reset
icacls.exe $HOME/.ssh/id_rsa.pub /grant:r "$($env:USERNAME):(R)"
icacls.exe $HOME/.ssh/id_rsa.pub /inheritance:r
icacls.exe $HOME/.ssh/.ssh/id_rsa /reset
icacls.exe $HOME/.ssh/id_rsa /reset
icacls.exe $HOME/.ssh/id_rsa /grant:r "$($env:USERNAME):(R)"
icacls.exe $HOME/.ssh/id_rsa /inheritance:r
```