Jumserver安装
一、jumpserver介绍
jumpserver是一款由python编写开源的堡垒机系统,基于ssh协议来管理,客户端无需安装agent。
特点: 国人开发,开源,GPL授权 Python编写,方便二次开发 实现了跳板机基本功能,资产管理、日志审计,集成了Ansible
官方资料:
https://github.com/jumpserver/jumpserver
https://github.com/ibuler/jumpserver/tree/master/docs
二、jumpserver安装部署
1、环境
centos7 关闭selinux
2、安装
yum -y install git
pip install pycrypto==2.4.1 -i https://pypi.tuna.tsinghua.edu.cn/simple
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
cd /home
git clone https://github.com/jumpserver/jumpserver.git
查看分支是否是master:
[root@localhost jumpserver]# git branch
* master
查看版本:

本文档详细介绍了如何在CentOS7环境下安装部署Jumpserver,包括关闭SELinux、选择0.3.3版本安装、配置及启动服务。在安装完成后,通过添加用户、资产和授权管理,实现对资产的管理和日志审计。Jumpserver是一个开源的堡垒机系统,适用于资产管理、日志审计,支持Ansible集成。
最低0.47元/天 解锁文章
925

被折叠的 条评论
为什么被折叠?



