forked from ckh08045/AutoPercenty
Update README.MD
This commit is contained in:
parent
a871481a5c
commit
4a92290ad1
|
|
@ -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
|
||||
```
|
||||
|
|
|
|||
Loading…
Reference in New Issue