Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
wukongdaily authored Oct 16, 2023
1 parent d75969c commit 02f4bab
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,19 @@ ssh 用户名@服务器地址

<img src="https://github.com/wukongdaily/HowToUseSSH/assets/143675923/470ea6c4-98a4-42c5-9654-7277de97c860" width="80%"/>

# For windows 10/11 执行下列命令
```
del /q %userprofile%\.ssh\known_hosts
```
# For macOS 执行下列命令
```
rm -f "$HOME/.ssh/known_hosts"
```
<img src="https://github.com/wukongdaily/HowToUseSSH/assets/143675923/77ae42b8-c870-499a-9c18-9f5c146f01d3" width="50%">


`del /q %userprofile%\.ssh\known_hosts`



0 comments on commit 02f4bab

Please sign in to comment.