博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2023年2月21日

摘要: ssh_config是OpenSSH客户端的配置文件, sshd_config是OpenSSH服务器端的配置文件。 [root@centos78 ~]# cd /etc/ssh/ [root@centos78 ssh]# ll total 604 -rw-r--r--. 1 root root 58 阅读全文

posted @ 2023-02-21 21:40 Kingdomer 阅读(402) 评论(0) 推荐(0)

摘要: 1.1 执行命令生成配对密钥 [root@centos78 ~]# ssh-keygen -t rsa Generating public/private rsa key pair. Enter file in which to save the key (/root/.ssh/id_rsa): C 阅读全文

posted @ 2023-02-21 20:54 Kingdomer 阅读(45) 评论(0) 推荐(0)