一.jumpserver跳板机概念作用
- 对用户权限进行集中管理
- 对用户操作进行记录审计
- 可以实现批量管理功能
- 资产统计记录功能
二. jumpserver软件安装部署
第一个里程:环境准备
关闭防火墙和seLinux 安装jumpserver所需软件信息 yum ‐y install epel‐release yum -y install git python-pip mysql-devel gcc automake autoconf python-devel vim sshpass lrzsz readline-devel (Centos7中mysql-devel不会被安装,这里直接安装mariadb) yum -y install mariadb-server
第二个里程:下载jumpserver
cd /opt(不要更改安装路径,后面有依赖) git clone https://git.coding.net/jumpserver/jumpserver.git
第三个里程:进入jumpserver目录中install目录中
更新pip源 (更改为aliyun) mkdir ~/.pip/ vim ~/.pip/pip.conf [global] index-url = https://mirrors.aliyun.com/pypi/simple/ [install] trusted-host=mirrors.aliyun.com 需要安装python依赖软件 pip install -r requirements.txt 进行软件初始化过程: systemctl start mariadb.service python /jumpserver/install/install.py jumpserver服务启动与关闭: /opt/jumpserver/service.sh start /opt/jumpserver/service.sh stop
赞赏
微信赞赏
支付宝赞赏