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
3b7e94a7
Unverified
Commit
3b7e94a7
authored
Aug 08, 2018
by
wojiushixiaobai
Committed by
GitHub
Aug 08, 2018
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #1649 from wojiushixiaobai/docs
[Update]修改文档
parents
166b2f8b
1bf1000a
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
1 deletion
+7
-1
faq.rst
docs/faq.rst
+7
-1
No files found.
docs/faq.rst
View file @
3b7e94a7
...
...
@@ -244,12 +244,18 @@ FAQ
# 检查系统用户的协议和资产的协议
# 如果是更新了版本 Windows资产 出现的问题,请执行下面代码解决
$ source /opt/py3/bin/activate
$ cd /opt/jumpserver/utils
$ sh 2018_07_15_set_win_protocol_to_ssh.sh
# 如果不存在 2018_07_15_set_win_protocol_to_ssh.sh 脚本,可以手动执行下面命令解决
$ source /opt/py3/bin/activate
$ cd /opt/jumpserver/apps
$ python manage.py shell
>>> from assets.models import Asset
>>> Asset.objects.filter(platform__startswith='Win').update(protocol='rdp')
>>> exit()
15. 重启服务器后无法访问 Jumpserver,页面提示502 或者 403等
::
...
...
@@ -274,7 +280,7 @@ FAQ
# selinux 设置 http 访问权限
$ setsebool -P httpd_can_network_connect 1
16. 添加组织及组织管理员命令
16. 添加组织及组织管理员命令
(1.4.0版本)
::
...
...
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