ThinkChat🤖让你学习和工作更高效,注册即送10W Token,即刻开启你的AI之旅 广告
安装要求: * python3 * pip8 修改端口和禁止密码登录 ~~~ 修改sshd配置,禁止密码登录# [root@test-vm001 ~]# vim /etc/sshd/sshd_config ...... #Port 22 PasswordAuthentication no [root@test-vm001 ~]# service sshd restart ~~~ 1、安装yum源 ~~~ wget -O /etc/yum.repos.d/CentOS-Base.repo <http://mirrors.163.com/.help/CentOS6-Base-163.repo> ~~~ 2、安装epel源 ~~~ rpm -ivh http://mirrors.aliyun.com/epel/epel-release-latest-6.noarch.rpm ~~~ 3、清除yum缓存 ~~~ yum clean all ~~~ 4、安装依赖 ~~~ yum -y update yum -y install git MySQL-python wget unzip zip # yum -y install git python-pip mysql-devel gcc automake autoconf python-devel vim sshpass lrzsz readline-devel ~~~ 5、下载 > cd /opt > git clone [https://github.com/jumpserver/jumpserver.git](https://github.com/jumpserver/jumpserver.git) > > 百度网盘: > > 链接:[https://pan.baidu.com/s/1QeFERR-vXzE98y0wVQUyXg](https://pan.baidu.com/s/1QeFERR-vXzE98y0wVQUyXg) 提取码:hbx5 6、解压缩 ~~~ unzip jumpserver-rpm.zip ~~~ 3、安装 ~~~ cd jumpserver/install/ chmod 755 install.py > ./install.py ~~~ 4、 * 开始安装epel源 * 开始安装依赖包 * 开始安装pip包 * 开始关闭防火墙和selinux * 安装设置mysql,记住账号密码(可自行先安装) ![](https://img.kancloud.cn/89/66/8966c7f4058b7c31af90c8cecb01ed0f_698x452.png)