11-13-周四_14-38-11

This commit is contained in:
AaronXu
2025-11-13 14:38:11 +08:00
parent 3c39ce6d18
commit c3336b458f

View File

@@ -111,7 +111,7 @@ sshd 服务的配置信息保存在 `/etc/ssh/sshd_config` 文件中。运维人
在客户端主机中生成**密钥对**
```shell
[root@localhost ~]# ssh-keygen
[root@localhost ~]# ssh-keygen -t rsa -C "123456@qq.com"
# 为简化操作请一路向北
# 查看/root/.ssh目录中是否存在id_rsa(私钥)和id_rsa.pub(公钥)