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
663943b8
Commit
663943b8
authored
Jul 09, 2018
by
wojiushixiaobai
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改文档
parent
d608ae99
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
3 deletions
+4
-3
admin_create_asset.rst
docs/admin_create_asset.rst
+1
-0
faq.rst
docs/faq.rst
+1
-1
faq_linux.rst
docs/faq_linux.rst
+1
-1
faq_windows.rst
docs/faq_windows.rst
+1
-1
No files found.
docs/admin_create_asset.rst
View file @
663943b8
...
@@ -33,6 +33,7 @@
...
@@ -33,6 +33,7 @@
::
::
# 如果不需要使用 ldap 登陆 jumpserver,可以直接跳过,不需要设置
# 先测试通过才能保存
# 先测试通过才能保存
# DN 和 OU 一定要完整(如DN:cn=Manage,ou=Jumpserver,dc=jumpserver,ou=org)
# DN 和 OU 一定要完整(如DN:cn=Manage,ou=Jumpserver,dc=jumpserver,ou=org)
注:可借用第三方 gui 工具查看 ldap 用户的属性,新版本已经支持中文名登录,即cn=中文也可正常使用
注:可借用第三方 gui 工具查看 ldap 用户的属性,新版本已经支持中文名登录,即cn=中文也可正常使用
...
...
docs/faq.rst
View file @
663943b8
...
@@ -53,7 +53,7 @@ FAQ
...
@@ -53,7 +53,7 @@ FAQ
(2). coco 重新注册(注意虚拟环境 source /opt/py3/bin/activate)
(2). coco 重新注册(注意虚拟环境 source /opt/py3/bin/activate)
$ cd /opt/coco && ./cocod stop
$ cd /opt/coco && ./cocod stop
$ rm /opt/coco/keys/.access_key # coco, 如果你是按文档安装的,key应该在这里
$ rm /opt/coco/keys/.access_key # coco, 如果你是按文档安装的,key应该在这里
,如果不存在key文件直接下一步
$ ./cocod start -d # 正常运行后到Jumpserver 会话管理-终端管理 里面接受coco注册
$ ./cocod start -d # 正常运行后到Jumpserver 会话管理-终端管理 里面接受coco注册
(3). guacamole重新注册
(3). guacamole重新注册
...
...
docs/faq_linux.rst
View file @
663943b8
...
@@ -20,7 +20,7 @@ Linux 资产连接说明
...
@@ -20,7 +20,7 @@ Linux 资产连接说明
# 如果重启后 coco 任然不在线,请重新注册
# 如果重启后 coco 任然不在线,请重新注册
# 在Jumpserver后台 会话管理-终端管理 删掉 coco 的注册
# 在Jumpserver后台 会话管理-终端管理 删掉 coco 的注册
$ cd /opt/coco && ./cocod stop
$ cd /opt/coco && ./cocod stop
$ rm /opt/coco/keys/.access_key # coco, 如果你是按文档安装的,key应该在这里
$ rm /opt/coco/keys/.access_key # coco, 如果你是按文档安装的,key应该在这里
,如果不存在,直接下一步
$ ./cocod start -d # 正常运行后到Jumpserver 会话管理-终端管理 里面接受coco注册
$ ./cocod start -d # 正常运行后到Jumpserver 会话管理-终端管理 里面接受coco注册
.. image:: _static/img/faq_linux_01.jpg
.. image:: _static/img/faq_linux_01.jpg
...
...
docs/faq_windows.rst
View file @
663943b8
...
@@ -14,7 +14,7 @@ Windows 资产连接说明
...
@@ -14,7 +14,7 @@ Windows 资产连接说明
$ docker stop jms_guacamole # 如果名称更改过或者不对,请使用docker ps 查询容器的 CONTAINER ID ,然后docker stop <CONTAINER ID>
$ docker stop jms_guacamole # 如果名称更改过或者不对,请使用docker ps 查询容器的 CONTAINER ID ,然后docker stop <CONTAINER ID>
$ docker rm jms_guacamole # 如果名称更改过或者不对,请使用docker ps -a 查询容器的 CONTAINER ID ,然后docker rm <CONTAINER ID>
$ docker rm jms_guacamole # 如果名称更改过或者不对,请使用docker ps -a 查询容器的 CONTAINER ID ,然后docker rm <CONTAINER ID>
$ rm /opt/guacamole/key/* # guacamole, 如果你是按文档安装的,key应该在这里
$ rm /opt/guacamole/key/* # guacamole, 如果你是按文档安装的,key应该在这里
,如果不存在直接下一步
$ systemctl stop docker
$ systemctl stop docker
$ systemctl start docker
$ systemctl start docker
$ docker run --name jms_guacamole -d \
$ docker run --name jms_guacamole -d \
...
...
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