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(公钥)