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
bb94c2aa
Commit
bb94c2aa
authored
Sep 04, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
更新1.4.1升级文档
parent
e50a51a6
Show whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
69 additions
and
6 deletions
+69
-6
distributed_05.rst
docs/distributed_05.rst
+12
-0
faq.rst
docs/faq.rst
+3
-5
setup_by_centos7.rst
docs/setup_by_centos7.rst
+12
-0
setup_by_local.rst
docs/setup_by_local.rst
+12
-0
setup_by_ubuntu.rst
docs/setup_by_ubuntu.rst
+12
-0
step_by_step.rst
docs/step_by_step.rst
+12
-0
upgrade.rst
docs/upgrade.rst
+6
-1
No files found.
docs/distributed_05.rst
View file @
bb94c2aa
...
@@ -120,6 +120,12 @@
...
@@ -120,6 +120,12 @@
# 登录是否支持秘钥认证
# 登录是否支持秘钥认证
# PUBLIC_KEY_AUTH = True
# PUBLIC_KEY_AUTH = True
# SSH白名单
# ALLOW_SSH_USER = 'all' # ['test', 'test2']
# SSH黑名单, 如果用户同时在白名单和黑名单,黑名单优先生效
# BLOCK_SSH_USER = []
# 和Jumpserver 保持心跳时间间隔
# 和Jumpserver 保持心跳时间间隔
# HEARTBEAT_INTERVAL = 5
# HEARTBEAT_INTERVAL = 5
...
@@ -132,6 +138,12 @@
...
@@ -132,6 +138,12 @@
"TYPE": "server"
"TYPE": "server"
}
}
# SSH连接超时时间 (default 15 seconds)
# SSH_TIMEOUT = 15
# 语言 = en
LANGUAGE_CODE = 'zh'
config = Config()
config = Config()
...
...
docs/faq.rst
View file @
bb94c2aa
...
@@ -96,13 +96,11 @@ FAQ
...
@@ -96,13 +96,11 @@ FAQ
::
::
$ vim /opt/coco/coco/proxy.py
$ vim /opt/coco/coco/conf.py
$ vim /opt/coco/coco/connection.py
# 把 TIMEOUT = 10 修改成你想要的数字,两个文件都需要修改,单位为:秒
# 把 SSH_TIMEOUT = 15 修改成你想要的数字 单位为:秒
# TIMEOUT = 10 表示超时时间为10秒,可以自行修改。
8. 升级提示 Table 'xxx' already exists
(可用以下命令检查,如果显示内容不一致则无法升级)
8. 升级提示 Table 'xxx' already exists
::
::
...
...
docs/setup_by_centos7.rst
View file @
bb94c2aa
...
@@ -270,6 +270,12 @@ CentOS 7 安装文档
...
@@ -270,6 +270,12 @@ CentOS 7 安装文档
# 登录是否支持秘钥认证
# 登录是否支持秘钥认证
# PUBLIC_KEY_AUTH = True
# PUBLIC_KEY_AUTH = True
# SSH白名单
# ALLOW_SSH_USER = 'all' # ['test', 'test2']
# SSH黑名单, 如果用户同时在白名单和黑名单,黑名单优先生效
# BLOCK_SSH_USER = []
# 和Jumpserver 保持心跳时间间隔
# 和Jumpserver 保持心跳时间间隔
# HEARTBEAT_INTERVAL = 5
# HEARTBEAT_INTERVAL = 5
...
@@ -282,6 +288,12 @@ CentOS 7 安装文档
...
@@ -282,6 +288,12 @@ CentOS 7 安装文档
"TYPE": "server"
"TYPE": "server"
}
}
# SSH连接超时时间 (default 15 seconds)
# SSH_TIMEOUT = 15
# 语言 = en
LANGUAGE_CODE = 'zh'
config = Config()
config = Config()
...
...
docs/setup_by_local.rst
View file @
bb94c2aa
...
@@ -264,6 +264,12 @@ CentOS 7 组件离线安装文档
...
@@ -264,6 +264,12 @@ CentOS 7 组件离线安装文档
# 登录是否支持秘钥认证
# 登录是否支持秘钥认证
# PUBLIC_KEY_AUTH = True
# PUBLIC_KEY_AUTH = True
# SSH白名单
# ALLOW_SSH_USER = 'all' # ['test', 'test2']
# SSH黑名单, 如果用户同时在白名单和黑名单,黑名单优先生效
# BLOCK_SSH_USER = []
# 和Jumpserver 保持心跳时间间隔
# 和Jumpserver 保持心跳时间间隔
# HEARTBEAT_INTERVAL = 5
# HEARTBEAT_INTERVAL = 5
...
@@ -276,6 +282,12 @@ CentOS 7 组件离线安装文档
...
@@ -276,6 +282,12 @@ CentOS 7 组件离线安装文档
"TYPE": "server"
"TYPE": "server"
}
}
# SSH连接超时时间 (default 15 seconds)
# SSH_TIMEOUT = 15
# 语言 = en
LANGUAGE_CODE = 'zh'
config = Config()
config = Config()
...
...
docs/setup_by_ubuntu.rst
View file @
bb94c2aa
...
@@ -323,6 +323,12 @@
...
@@ -323,6 +323,12 @@
# 登录是否支持秘钥认证
# 登录是否支持秘钥认证
# PUBLIC_KEY_AUTH = True
# PUBLIC_KEY_AUTH = True
# SSH白名单
# ALLOW_SSH_USER = 'all' # ['test', 'test2']
# SSH黑名单, 如果用户同时在白名单和黑名单,黑名单优先生效
# BLOCK_SSH_USER = []
# 和Jumpserver 保持心跳时间间隔
# 和Jumpserver 保持心跳时间间隔
# HEARTBEAT_INTERVAL = 5
# HEARTBEAT_INTERVAL = 5
...
@@ -335,6 +341,12 @@
...
@@ -335,6 +341,12 @@
"TYPE": "server"
"TYPE": "server"
}
}
# SSH连接超时时间 (default 15 seconds)
# SSH_TIMEOUT = 15
# 语言 = en
LANGUAGE_CODE = 'zh'
config = Config()
config = Config()
...
...
docs/step_by_step.rst
View file @
bb94c2aa
...
@@ -355,6 +355,12 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
...
@@ -355,6 +355,12 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
# 登录是否支持秘钥认证
# 登录是否支持秘钥认证
# PUBLIC_KEY_AUTH = True
# PUBLIC_KEY_AUTH = True
# SSH白名单
# ALLOW_SSH_USER = 'all' # ['test', 'test2']
# SSH黑名单, 如果用户同时在白名单和黑名单,黑名单优先生效
# BLOCK_SSH_USER = []
# 和Jumpserver 保持心跳时间间隔
# 和Jumpserver 保持心跳时间间隔
# HEARTBEAT_INTERVAL = 5
# HEARTBEAT_INTERVAL = 5
...
@@ -367,6 +373,12 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
...
@@ -367,6 +373,12 @@ Pip 加速设置请参考 <https://segmentfault.com/a/1190000011875306>
"TYPE": "server"
"TYPE": "server"
}
}
# SSH连接超时时间 (default 15 seconds)
# SSH_TIMEOUT = 15
# 语言 = en
LANGUAGE_CODE = 'zh'
config = Config()
config = Config()
...
...
docs/upgrade.rst
View file @
bb94c2aa
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
$ cd /opt/jumpserver
$ cd /opt/jumpserver
$ git pull
$ git pull
# 版本小于 1.3 升级到最新版本请使用新的 config.py
#
jumpserver
版本小于 1.3 升级到最新版本请使用新的 config.py
$ mv config.py config.bak
$ mv config.py config.bak
$ cp config_example.py config.py
$ cp config_example.py config.py
$ vim config.py # 参考安装文档进行修改
$ vim config.py # 参考安装文档进行修改
...
@@ -42,6 +42,11 @@
...
@@ -42,6 +42,11 @@
$ cd /opt/coco
$ cd /opt/coco
$ git pull && pip install -r requirements/requirements.txt
$ git pull && pip install -r requirements/requirements.txt
# coco 版本小于 1.4.1 升级到最新版本请使用新的 conf.py
$ mv conf.py coco.bak
$ cp cp conf_example.py conf.py
$ vim conf.py # 参考安装文档进行修改
3. 升级 Luna
3. 升级 Luna
重新下载 release 包(https://github.com/jumpserver/luna/releases)
重新下载 release 包(https://github.com/jumpserver/luna/releases)
...
...
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