更新图片接口

This commit is contained in:
2023-06-09 13:36:42 +08:00
parent b5a4053817
commit cc0e3763be
2 changed files with 20 additions and 3 deletions

View File

@ -16,7 +16,7 @@
## 二、ssh免密登录原理
![img](http://pic.61dz.com/pic/047a86faccdcd3868a806f285067c482)
![image-20230609133442204](http://pic.61dz.com/pic/image-20230609133442204.png)
- 如果host1希望免密登录host2那么密钥对是host1发布的。
- 让host2信任host1的公钥host1即可免密登录host2。所以host1需要将自己的公钥在host2服务器上保存一份复制密钥
@ -108,5 +108,4 @@ chmod 600 ~/.ssh/authorized_keys;
> 字母歌-kafka修炼之道
> https://www.kancloud.cn/hanxt/kafka/2588987
>
> https://www.kancloud.cn/hanxt/kafka/2588987