Skip to content

Commit

Permalink
merge with dev
Browse files Browse the repository at this point in the history
  • Loading branch information
ibuler committed Dec 19, 2015
1 parent 1387e29 commit c103738
Show file tree
Hide file tree
Showing 133 changed files with 4,991 additions and 11,866 deletions.
Binary file removed .DS_Store
Binary file not shown.
10 changes: 6 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
*.py[cod]
.idea
test.py

.DS_Store
db.sqlite3
# C extensions
*.so

Expand Down Expand Up @@ -36,8 +37,9 @@ nosetests.xml
.mr.developer.cfg
.project
.pydevproject
node_modules
logs
keys
*.log
logs/*
keys/*
jumpserver.conf
nohup.out
tmp/*
78 changes: 56 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,34 +1,68 @@
#欢迎使用Jumpserver
**Jumpserver**是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能
**Jumpserver** 是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能

###截图:

首页

![webterminal](https://github.com/ibuler/static/raw/master/jumpserver3/index.jpeg)

> **统计管理** 统一管理用户
>
> **授权** 授权用户登录特定主机
>
> **审计** 审计用户操作
>
> **web管理** 漂亮的web管理界面
WebTerminal:

## 主要模块
#### 用户管理 ####
负责用户管理,添加用户,编辑用户,建立部门,建立用户组等
#### 资产管理 ####
负责资产管理,添加资产,编辑资产,建立IDC,建立用户组等
#### 授权管理 ####
负责授权用户登录某些特定主机,授权sudo,查看授权申请
#### 日志审计 ####
负责用户操作的审计,监控用户操作,统计用户操作记录,中断用户操作
#### 上传下载 ####
负责用户文件上传下载
![webterminal](https://github.com/ibuler/static/raw/master/jumpserver3/webTerminal.gif)

[官网](http://www.jumpserver.org)
Web批量执行命令

![WebExecCommand](https://github.com/ibuler/static/raw/master/jumpserver3/webExec.gif)

录像回放

![录像](https://github.com/ibuler/static/raw/master/jumpserver3/record.gif)

跳转和批量命令

![跳转](https://github.com/ibuler/static/raw/master/jumpserver3/connect.gif)

命令统计

![跳转](https://github.com/ibuler/static/raw/master/jumpserver3/command.png)

### 文档

* [访问wiki](https://github.com/ibuler/jumpserver/wiki)
* [快速安装](https://github.com/ibuler/jumpserver/wiki/快速安装)
* [名词解释](https://github.com/ibuler/jumpserver/wiki/名称解释)
* [快速开始](https://github.com/ibuler/jumpserver/wiki/快速开始)

### 特点

* 完全真开源,GPL授权
* Python编写,容易再次开发
* 实现了跳板机基本功能,认证、授权、审计
* 集成了Ansible,批量命令等
* 支持WebTerminal
* Bootstrap编写,界面美观
* 自动收集硬件信息
* 录像回放
* 命令搜索
* 实时监控
* 批量上传下载

### 其它

[Jumpserver官网](http://www.jumpserver.org)

[demo站点](http://demo.jumpserver.org)

[更新log](http://laoguang.blog.51cto.com/6013350/1635853)
### 团队

* **广宏伟** ibuler
* **王墉** halcyon
* **陈尚委** 假想控
* **喻茂峻** 紫川秀
* **刘正** evanescunt
* **柯连春** 遍地节操


[部署文档](http://laoguang.blog.51cto.com/6013350/1636273)


Loading

0 comments on commit c103738

Please sign in to comment.