Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
J
jumpserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ops
jumpserver
Commits
8f7e1bfc
Commit
8f7e1bfc
authored
Apr 20, 2015
by
ibuler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
modify readme
parent
7accf70e
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
37 additions
and
6 deletions
+37
-6
README.md
README.md
+34
-2
requirements.txt
docs/requirements.txt
+0
-2
service.sh
service.sh
+3
-2
No files found.
README.md
View file @
8f7e1bfc
# jumpserver
#欢迎使用Jumpserver
#
**Jumpserver**
是一款由python编写开源的跳板机(堡垒机)系统,实现了跳板机应有的功能
> **统计管理** 统一管理用户
>
> **授权** 授权用户登录特定主机
>
> **审计** 审计用户操作
>
> **web管理** 漂亮的web管理界面
## 主要模块
#### 用户管理 ####
负责用户管理,添加用户,编辑用户,建立部门,建立用户组等
#### 资产管理 ####
负责资产管理,添加资产,编辑资产,建立IDC,建立用户组等
#### 授权管理 ####
负责授权用户登录某些特定主机,授权sudo,查看授权申请
#### 日志审计 ####
负责用户操作的审计,监控用户操作,统计用户操作记录,中断用户操作
#### 上传下载 ####
负责用户文件上传下载
[
官网
](
http://www.jumpserver.org
)
[
demo站点
](
http://demo.jumpserver.org
)
[
更新log
](
http://laoguang.blog.51cto.com/6013350/1635853
)
[
部署文档
](
http://laoguang.blog.51cto.com/6013350/1636273
)
docs/requirements.txt
View file @
8f7e1bfc
...
@@ -5,6 +5,5 @@ paramiko
...
@@ -5,6 +5,5 @@ paramiko
pycrypto
pycrypto
ecdsa>=0.11
ecdsa>=0.11
MySQL-python
MySQL-python
readline
django-uuidfield
django-uuidfield
psutil
psutil
\ No newline at end of file
service.sh
View file @
8f7e1bfc
...
@@ -12,11 +12,12 @@ case $1 in
...
@@ -12,11 +12,12 @@ case $1 in
start
)
start
)
python
$base_dir
/manage.py runserver 0.0.0.0:80 &
python
$base_dir
/manage.py runserver 0.0.0.0:80 &
python
$base_dir
/log_handler.py &
python
$base_dir
/log_handler.py &
cd
$base_dir
/websocket/
;
daemon
node index.js &
cd
$base_dir
/websocket/
;
node index.js &
;;
;;
stop
)
stop
)
pkill
-15
python
pkill
-15
runserver
pkill
-15
log_handler.py
pkill
-15
node
pkill
-15
node
;;
;;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment