摘要:
环境: 一、安装依赖环境。 yum -y install gcc glibc-devel make ncurses-devel openssl-devel xmlto perl wget 二、防火墙、主机与ip间的映射。 1. 关闭或设置防火墙 systemctl stop firewalld.se 阅读全文
摘要:
1. 在Linux服务器上生成秘钥对 cd ssh-keygen -t rsa cd /root/.ssh sz id_rsa 2. 在堡垒机账户设置 秘钥管理 输入秘钥内容(cat id_rsa.pub) 3. 在Xshell 工具 用户秘钥管理 导入id_rsa 4. 在Xshell新建会话连接 阅读全文