From c3336b458f9a8baf8c85e1e1c4baff7af1476fe2 Mon Sep 17 00:00:00 2001 From: AaronXu <718827633@qq.com> Date: Thu, 13 Nov 2025 14:38:11 +0800 Subject: [PATCH] =?UTF-8?q?11-13-=E5=91=A8=E5=9B=9B=5F14-38-11?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 02.企业服务/01.SSH远程管理.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/02.企业服务/01.SSH远程管理.md b/02.企业服务/01.SSH远程管理.md index 58b09cc..2acaf43 100644 --- a/02.企业服务/01.SSH远程管理.md +++ b/02.企业服务/01.SSH远程管理.md @@ -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(公钥)