1
0
Fork 0

Update README.MD

This commit is contained in:
ckh08045 2024-04-16 09:59:42 +09:00
parent 2fb46ec9c0
commit 9a28be1bcb
1 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ Set-Service -Name ssh-agent -StartupType 'Automatic'
# SSH 키 등록
```
SSH 키 등록
ssh-add $HOME/.ssh/.ssh/id_rsa
ssh-add $HOME/.ssh/id_rsa
등록된 SSH 키 확인
ssh-add -l