mirror of
https://gitee.com/52itstyle/spring-boot-seckill.git
synced 2025-12-30 10:22:26 +00:00
更新 Linux远程拷贝同步命令案例.md
This commit is contained in:
@@ -17,4 +17,16 @@ rsync -avz /mnt/domains/blog.52itstyle.com root@115.29.143.135:/home/backups/
|
||||
```
|
||||
|
||||
|
||||
如果出现:
|
||||
|
||||
|
||||
```
|
||||
RSA host key for [ip address] has changed and you have requested strict checking
|
||||
```
|
||||
可能是系统重装后,本地机和服务器内部ssh对不上导致错误,因此,只需要删除本地机ssh缓存信息,即可恢复。
|
||||
在本地机输入一下命令行:
|
||||
|
||||
```
|
||||
ssh-keygen -R IP
|
||||
```
|
||||
|
||||
|
||||
Reference in New Issue
Block a user