JumpServer 是广受欢迎的开源堡垒机,是符合 4A 规范的专业运维安全审计系统。
Go to file
2016-11-20 16:23:45 +08:00
apps [future] 增加503和501的自定义异常 2016-11-20 16:23:45 +08:00
docs
install
logs
terminal Update requirement 2016-10-02 21:38:27 +08:00
.gitignore Replace ssh server dir 2016-09-25 00:21:32 +08:00
config_example.py stash 2016-09-25 11:30:02 +08:00
LICENSE
README.md
requirements.txt [future] 修改celery 使用eventlet 作为concurrent pool, 添加获取资产硬件信息的 初步接口 2016-10-28 17:28:32 +08:00
run_server.py [future] 修改celery 使用eventlet 作为concurrent pool, 添加获取资产硬件信息的 初步接口 2016-10-28 17:28:32 +08:00

                        // Jumpserver //

~ Jumpserver是什么?

Jumpserver是一款开源的跳板机(堡垒机)产品, 主要使用Python,Django开发 他实现了跳板机(堡垒机)的主要功能,删减、优化了传统堡垒机,致力于为互联网 运维提供服务

~ 版本依赖

  • Python 2.7

  • Django 1.10

~ 快速开始

pip install -r requirements.txt

cp config-example.py config.py

cd apps/ && python manage.py loaddata init  # 初始化数据

python manage.py runserver 0.0.0.0:80

~ 文档